init
This commit is contained in:
commit
41b0953002
238 changed files with 4402 additions and 0 deletions
8
.editorconfig
Normal file
8
.editorconfig
Normal file
|
@ -0,0 +1,8 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
8
config/default_files/config/MouseTweaks.cfg
Normal file
8
config/default_files/config/MouseTweaks.cfg
Normal file
|
@ -0,0 +1,8 @@
|
|||
RMBTweak=1
|
||||
LMBTweakWithItem=1
|
||||
LMBTweakWithoutItem=1
|
||||
WheelTweak=0
|
||||
WheelSearchOrder=1
|
||||
WheelScrollDirection=0
|
||||
ScrollItemScaling=0
|
||||
Debug=0
|
94
config/default_files/config/coldsweat/client.toml
Normal file
94
config/default_files/config/coldsweat/client.toml
Normal file
|
@ -0,0 +1,94 @@
|
|||
[Preferences]
|
||||
#Sets all temperatures to be displayed in Celsius
|
||||
Celsius = false
|
||||
#Visually offsets the world temperature to better match the user's definition of "hot" and "cold"
|
||||
# Default: 0
|
||||
# Range: > -2147483647
|
||||
"Temperature Offset" = 0
|
||||
#The amount of smoothing applied to gauges in the UI
|
||||
#A value of 1 has no smoothing
|
||||
# Default: 10.0
|
||||
# Range: 1.0 ~ 2.147483647E9
|
||||
"Temperature Smoothing" = 10.0
|
||||
#Displays a dripping water effect on-screen and #0: Off, 1: Particles, 2: On-Screen, 3: Both
|
||||
# Default: 3
|
||||
# Range: 0 ~ 3
|
||||
"Show Water Effect" = 0
|
||||
#The scale of the water droplets on-screen, in scaled "pixels"
|
||||
"Water Droplet Scale" = [40, 48]
|
||||
#Defines the primary (right-click) action for the waterskin
|
||||
#Can be one of "drink", "pour", or "none"
|
||||
"Waterskin Primary Action" = "pour"
|
||||
#Defines the secondary (sneak-right-click) action for the waterskin
|
||||
#Can be one of "drink", "pour", or "none"
|
||||
"Waterskin Secondary Action" = "drink"
|
||||
|
||||
["UI Options"]
|
||||
"Custom hotbar layout" = true
|
||||
#Controls whether UI elements will shake when in critical conditions
|
||||
"Icon Bobbing" = true
|
||||
#The position of the body temperature icon relative to default
|
||||
"Body Temperature Icon Offset" = [0, 0]
|
||||
#Enables the body temperature icon above the hotbar
|
||||
"Show Body Temperature Icon" = true
|
||||
#Moves the body temperature icon to make way for the advanced readout when a thermometer is equipped
|
||||
"Move Body Icon For Advanced Info" = true
|
||||
#The position of the body temperature readout relative to default
|
||||
"Body Temperature Readout Offset" = [0, 0]
|
||||
#Enables the body temperature readout above the hotbar
|
||||
"Show Body Temperature Readout" = true
|
||||
#The position of the world temperature gauge relative to default
|
||||
"World Temperature UI Offset" = [0, 0]
|
||||
#Enables the world temperature gauge next to the hotbar
|
||||
"Show World Temperature Gauge" = true
|
||||
#Show the config menu button in the Options menu
|
||||
"Enable In-Game Config" = true
|
||||
#The position (offset) of the config button on the screen
|
||||
"Config Button Position" = [0, 0]
|
||||
|
||||
[Accessibility]
|
||||
#Enables visual distortion effects when the player is too hot or cold
|
||||
"Distortion Effects" = true
|
||||
#Enables high contrast mode for UI elements
|
||||
"High Contrast" = false
|
||||
#Shows a frozen texture over the player's health bar when they are freezing
|
||||
"Show Frozen Health" = true
|
||||
#The opacity of the icy overlay when the player is freezing
|
||||
#Does not affect Vanilla's powder snow overlay
|
||||
# Default: 1.0
|
||||
# Range: 0.0 ~ 1.0
|
||||
"Freezing Overlay Opacity" = 1.0
|
||||
#The intensity of the shivering effect when the player is too cold
|
||||
# Default: 1.0
|
||||
# Range: 0.0 ~ 2.0
|
||||
"Shiver Intensity" = 1.0
|
||||
#The opacity of the pulsing red border around the screen when the player is too hot
|
||||
# Default: 1.0
|
||||
# Range: 0.0 ~ 1.0
|
||||
"Heatstroke Border Opacity" = 1.0
|
||||
#The amount of blur applied to the screen when the player is too hot
|
||||
# Default: 1.0
|
||||
# Range: 0.0 ~ 1.0
|
||||
"Heatstroke Blur Strength" = 1.0
|
||||
#The amount of camera sway applied when the player is too hot
|
||||
# Default: 1.0
|
||||
# Range: 0.0 ~ 2.0
|
||||
"Heatstroke Sway Amount" = 1.0
|
||||
#The speed of the camera sway applied when the player is too hot
|
||||
# Default: 1.0
|
||||
# Range: 0.0 ~ 2.0
|
||||
"Heatstroke Sway Speed" = 1.0
|
||||
|
||||
[Misc]
|
||||
#Warns the player about a bug that clears armor insulation when in creative mode
|
||||
"Enable Creative Mode Warning" = true
|
||||
#Displays areas that the Hearth is affecting when the F3 debug menu is open
|
||||
"Hearth Debug" = true
|
||||
#Hides insulation tooltips for items, armor, and curios unless SHIFT is held
|
||||
"Hide Tooltips" = false
|
||||
#Automatically expands all collapsible tooltips
|
||||
"Expand Tooltips" = false
|
||||
#Enables the animated soul spring lamp model
|
||||
#Disable this if there are visual errors like missing textures
|
||||
"Animated Soul Spring Lamp" = true
|
||||
|
4
config/default_files/config/figura.json
Normal file
4
config/default_files/config/figura.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"CONFIG_VERSION": 1,
|
||||
"action_wheel_button": "key.keyboard.unknown"
|
||||
}
|
3
config/default_files/config/lmft.json
Normal file
3
config/default_files/config/lmft.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"disableIngameError": true
|
||||
}
|
89
config/default_files/config/modernfix-mixins.properties
Normal file
89
config/default_files/config/modernfix-mixins.properties
Normal file
|
@ -0,0 +1,89 @@
|
|||
# This is the configuration file for ModernFix.
|
||||
# In general, prefer using the config screen to editing this file. It can be accessed
|
||||
# via the standard mod menu on your respective mod loader. Changes will, however,
|
||||
# require restarting the game to take effect.
|
||||
#
|
||||
# The following options can be enabled or disabled if there is a compatibility issue.
|
||||
# Add a line with your option name and =true or =false at the bottom of the file to enable
|
||||
# or disable a rule. For example:
|
||||
# mixin.perf.dynamic_resources=true
|
||||
# Do not include the #. You may reset to defaults by deleting this file.
|
||||
#
|
||||
# Available options:
|
||||
# mixin.bugfix.chunk_deadlock=false # (overridden for mod compat)
|
||||
# mixin.bugfix.cofh_core_crash=true # (default)
|
||||
# mixin.bugfix.concurrency=true # (default)
|
||||
# mixin.bugfix.ctm_resourceutil_cme=true # (default)
|
||||
# mixin.bugfix.ender_dragon_leak=true # (default)
|
||||
# mixin.bugfix.entity_pose_stack=true # (default)
|
||||
# mixin.bugfix.extra_experimental_screen=true # (default)
|
||||
# mixin.bugfix.fix_config_crashes=true # (default)
|
||||
# mixin.bugfix.missing_block_entities=false # (default)
|
||||
# mixin.bugfix.packet_leak=false # (default)
|
||||
# mixin.bugfix.paper_chunk_patches=false # (overridden for mod compat)
|
||||
# mixin.bugfix.recipe_book_type_desync=true # (default)
|
||||
# mixin.bugfix.restore_old_dragon_movement=false # (default)
|
||||
# mixin.bugfix.unsafe_modded_shape_caches=true # (default)
|
||||
# mixin.bugfix.world_leaks=true # (default)
|
||||
# mixin.bugfix.world_screen_skipped=true # (default)
|
||||
# mixin.devenv=false # (default)
|
||||
# mixin.feature.blockentity_incorrect_thread=false # (default)
|
||||
# mixin.feature.branding=true # (default)
|
||||
# mixin.feature.cause_lag_by_disabling_threads=false # (default)
|
||||
# mixin.feature.direct_stack_trace=false # (default)
|
||||
# mixin.feature.disable_unihex_font=false # (default)
|
||||
# mixin.feature.integrated_server_watchdog=true # (default)
|
||||
# mixin.feature.log_stdout_in_log_files=true # (default)
|
||||
# mixin.feature.mcfunction_profiling=true # (default)
|
||||
# mixin.feature.measure_time=true # (default)
|
||||
# mixin.feature.registry_event_progress=true # (default)
|
||||
# mixin.feature.remove_chat_signing=false # (default)
|
||||
# mixin.feature.remove_telemetry=true # (default)
|
||||
# mixin.feature.snapshot_easter_egg=true # (default)
|
||||
# mixin.feature.spam_thread_dump=false # (default)
|
||||
# mixin.feature.spark_profile_launch=false # (default)
|
||||
# mixin.feature.spark_profile_world_join=false # (default)
|
||||
# mixin.feature.stalled_chunk_load_detection=false # (default)
|
||||
# mixin.feature.warn_missing_perf_mods=true # (default)
|
||||
# mixin.launch.class_search_cache=true # (default)
|
||||
# mixin.perf.cache_blockstate_cache_arrays=true # (default)
|
||||
# mixin.perf.cache_model_materials=true # (default)
|
||||
# mixin.perf.cache_profile_texture_url=true # (default)
|
||||
# mixin.perf.cache_strongholds=false # (overridden for mod compat)
|
||||
# mixin.perf.capability_list_compaction=true # (default)
|
||||
# mixin.perf.chunk_meshing=true # (default)
|
||||
# mixin.perf.clear_mixin_classinfo=false # (default)
|
||||
# mixin.perf.compact_bit_storage=true # (default)
|
||||
# mixin.perf.compress_unihex_font=true # (default)
|
||||
# mixin.perf.datapack_reload_exceptions=true # (default)
|
||||
# mixin.perf.dedicated_reload_executor=true # (default)
|
||||
# mixin.perf.deduplicate_climate_parameters=false # (default)
|
||||
# mixin.perf.deduplicate_location=false # (default)
|
||||
# mixin.perf.deduplicate_wall_shapes=true # (default)
|
||||
# mixin.perf.dynamic_entity_renderers=false # (default)
|
||||
# mixin.perf.dynamic_resources=false # (default)
|
||||
# mixin.perf.dynamic_resources.ctm=true # (default)
|
||||
# mixin.perf.dynamic_resources.ldlib=true # (default)
|
||||
# mixin.perf.dynamic_sounds=true # (default)
|
||||
# mixin.perf.dynamic_structure_manager=true # (default)
|
||||
# mixin.perf.faster_ingredients=true # (default)
|
||||
# mixin.perf.faster_item_rendering=false # (default)
|
||||
# mixin.perf.faster_texture_stitching=true # (default)
|
||||
# mixin.perf.fix_loop_spin_waiting=true # (default)
|
||||
# mixin.perf.memoize_creative_tab_build=true # (default)
|
||||
# mixin.perf.model_optimizations=true # (default)
|
||||
# mixin.perf.mojang_registry_size=true # (default)
|
||||
# mixin.perf.patchouli_deduplicate_books=true # (default)
|
||||
# mixin.perf.reduce_blockstate_cache_rebuilds=true # (default)
|
||||
# mixin.perf.remove_biome_temperature_cache=true # (default)
|
||||
# mixin.perf.resourcepacks=true # (default)
|
||||
# mixin.perf.smart_ingredient_sync=true # (default)
|
||||
# mixin.perf.state_definition_construct=true # (default)
|
||||
# mixin.perf.tag_id_caching=true # (default)
|
||||
# mixin.perf.thread_priorities=true # (default)
|
||||
# mixin.perf.ticking_chunk_alloc=true # (default)
|
||||
# mixin.perf.worldgen_allocation=false # (default)
|
||||
# mixin.safety=true # (default)
|
||||
#
|
||||
# User overrides go here.
|
||||
mixin.perf.dynamic_resources=true
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"_Disable_Optimizations_Options": {
|
||||
"ROTATION": "[Impact: Medium] Disables mixins related to vertex rotation caching (ParticleManagerRotationMixin, BillboardParticleMixin)",
|
||||
"TYPE": "[Impact: Low to Medium] Disables mixins related to particle disabling and reduction (WorldRendererTypeMixin)",
|
||||
"DECREASE": "[Impact: Low] Disables mixins related particle settings reduction (ALL, DECREASED, MINIMAL) (WorldRendererDecreaseMixin)",
|
||||
"LIGHTMAP": "[Impact: Medium] Disables mixins related to light map caching (ParticleManagerCachedLightMixin, ParticleMixin)",
|
||||
"POTION": "[Impact: Low] Disables mixins related to potion particle disabling (LivingEntityMixin)"
|
||||
},
|
||||
"disableOptimizations": [
|
||||
"ROTATION"
|
||||
]
|
||||
}
|
2
config/default_files/config/toadlib_config.txt
Normal file
2
config/default_files/config/toadlib_config.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
showCfgButton:false
|
||||
tooltipLineLength:280
|
12
config/default_files/config/wover/client.json
Normal file
12
config/default_files/config/wover/client.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"internal": {
|
||||
"did_present_welcome_screen": true
|
||||
},
|
||||
"general": {
|
||||
"check_for_new_versions": false,
|
||||
"force_betterx_world_type": true
|
||||
},
|
||||
"loading": {
|
||||
"disable_experimental_warning": false
|
||||
}
|
||||
}
|
55
config/item_obliterator.json5
Normal file
55
config/item_obliterator.json5
Normal file
|
@ -0,0 +1,55 @@
|
|||
{
|
||||
// -----------------------------------------------------------
|
||||
// Item Obliterator by ElocinDev
|
||||
// -----------------------------------------------------------
|
||||
//
|
||||
// How to add items?
|
||||
// - They are json strings, so you need to separate each
|
||||
// entry with a comma, except the last
|
||||
// - If you start an entry with !, it will be treated as a regular expression
|
||||
// Example: "!minecraft:.*_sword" to disable all swords
|
||||
//
|
||||
// -----------------------------------------------------------
|
||||
// Do not touch this
|
||||
"configVersion": 2,
|
||||
// -----------------------------------------------------------
|
||||
// Items here will be unusable completely
|
||||
// Example: minecraft:diamond
|
||||
"blacklisted_items": [
|
||||
"ae2:vibration_chamber"
|
||||
],
|
||||
// -----------------------------------------------------------
|
||||
// Removes an item if it contains certain nbt tag. If the whole entry (or expression) is present, the item gets removed.
|
||||
// Use with caution! This is a very expensive operation and can cause lag if you have a lot of items blacklisted.
|
||||
//
|
||||
// Example to disable a regeneration potion: Potion:"minecraft:regeneration"
|
||||
//
|
||||
// You can also use regular expressions by starting the value with !
|
||||
"blacklisted_nbt": [],
|
||||
// -----------------------------------------------------------
|
||||
// Items here will not be able to be right-clicked (Interact)
|
||||
// Example: minecraft:apple
|
||||
"only_disable_interactions": [
|
||||
// "examplemod:example_item"
|
||||
],
|
||||
// -----------------------------------------------------------
|
||||
// Items here will not be able to be used to attack
|
||||
// Example: minecraft:diamond_sword
|
||||
"only_disable_attacks": [
|
||||
// "examplemod:example_item"
|
||||
],
|
||||
// -----------------------------------------------------------
|
||||
// Items here will get their recipes disabled
|
||||
// Keep in mind this already is applied to blacklisted items
|
||||
"only_disable_recipes": [
|
||||
// "examplemod:example_item"
|
||||
],
|
||||
// -----------------------------------------------------------
|
||||
// If true, the mod will use a hashset to handle the blacklisted items
|
||||
// This is a more optimized approach only if you have a lot of items blacklisted (20 or more is recommended)
|
||||
// If you just have a small amount of items blacklisted, keep this false
|
||||
//
|
||||
// [!] Enabling this will disable all regular expressions
|
||||
// [!] Does not apply to NBT, only item blacklist / interaction / attack
|
||||
"use_hashmap_optimizations": false
|
||||
}
|
13
config/paxi/resourcepacks/ctm-overhaul.pw.toml
Normal file
13
config/paxi/resourcepacks/ctm-overhaul.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Connected Textures (CTM) Overhaul"
|
||||
filename = "CTM-Overhaul-V_5.0.zip"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/S1rcrDD7/versions/Nur7Brdi/CTM-Overhaul-V_5.0.zip"
|
||||
hash-format = "sha512"
|
||||
hash = "d5ed5bae7cc29d0768638111ca648a5d18cf49ba46b822432d05d81febf45a12f207e8b730b56ea99680c13b782e94a8cb7a42808cc31fff673ce7c57849ef12"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "S1rcrDD7"
|
||||
version = "Nur7Brdi"
|
1167
index.toml
Normal file
1167
index.toml
Normal file
File diff suppressed because it is too large
Load diff
13
mods/3dskinlayers.pw.toml
Normal file
13
mods/3dskinlayers.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "3D Skin Layers"
|
||||
filename = "skinlayers3d-neoforge-1.8.0-mc1.21.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/zV5r3pPn/versions/aaxPdBk2/skinlayers3d-neoforge-1.8.0-mc1.21.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "df9f31254c6d82c7261e066491fb9222ee3de713197d7fd5d124bdf550e801e50376886b81b4545d619ca27451cf1adf9f02024acf15725cc179a3f7bde2f751"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "zV5r3pPn"
|
||||
version = "aaxPdBk2"
|
13
mods/achievements-optimizer.pw.toml
Normal file
13
mods/achievements-optimizer.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Achievements Optimizer"
|
||||
filename = "AchievementOptimizer-neoforge-1.21.1-2.0.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/SvXrP8rT/versions/pScM0ZXm/AchievementOptimizer-neoforge-1.21.1-2.0.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "f57c828ceeaca84aaf862cbdcec4bb7e025acc54036da66073cd0b0d207a8e8954e18b531d28b5d6acd56041843b32db1393aebf6bf2e7fac5a63b1ad42caa15"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "SvXrP8rT"
|
||||
version = "pScM0ZXm"
|
13
mods/ae2.pw.toml
Normal file
13
mods/ae2.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Applied Energistics 2"
|
||||
filename = "appliedenergistics2-19.2.12.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/XxWD5pD3/versions/Skhspwxl/appliedenergistics2-19.2.12.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "27df4ffc2bf9bf556bd6ae09197b7d9029ab79487477f0edbf650a33780f8f55778974a3109245c42dddeec12f0abfd0aa5b9737d715fc04a33ae1fc62942393"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "XxWD5pD3"
|
||||
version = "Skhspwxl"
|
13
mods/almost-unified.pw.toml
Normal file
13
mods/almost-unified.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Almost Unified"
|
||||
filename = "almostunified-neoforge-1.21.1-1.2.7.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/sdaSaQEz/versions/Rp9Txpfe/almostunified-neoforge-1.21.1-1.2.7.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "860248dc6af1d30f214a0535fa785ded1c3ce2c8309cd7b2dc141f085a066d3791b983536a24ea25aef852c1cb0190e81b72b30055d23b5694d29bebde9cca26"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "sdaSaQEz"
|
||||
version = "Rp9Txpfe"
|
13
mods/alternate-current.pw.toml
Normal file
13
mods/alternate-current.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Alternate Current"
|
||||
filename = "alternate_current-mc1.21-1.9.0.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/r0v8vy1s/versions/PCNyL6v4/alternate_current-mc1.21-1.9.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e7715d92987ad902f316ae657558a58e647b4f076d6962e6ac5b6bdb802755f1a37c2380b69002ce930b29dc02fe96989d41818462f7bc236c4ad709b0842480"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "r0v8vy1s"
|
||||
version = "PCNyL6v4"
|
13
mods/ambientsounds.pw.toml
Normal file
13
mods/ambientsounds.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "AmbientSounds"
|
||||
filename = "AmbientSounds_NEOFORGE_v6.1.12_mc1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fM515JnW/versions/YY79wyx3/AmbientSounds_NEOFORGE_v6.1.12_mc1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "9af4fdae4d520924299baea52a56c2bb3ce6997d356ba7e74d5a48cf42ee6353583037fa3cbc36172c97cff806b321bbb8d9b8d4065465cfbf8d883b67c80340"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fM515JnW"
|
||||
version = "YY79wyx3"
|
13
mods/amendments.pw.toml
Normal file
13
mods/amendments.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Amendments"
|
||||
filename = "amendments-1.21-1.2.24-neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/6iTJugQR/versions/lbqEyGoA/amendments-1.21-1.2.24-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "8f9a01fa0863fa7e04bd71cc2385bd3356f29854c36d1d0c93286679c4b4603fa92373be4cf34de3ae75b2ba78b14a4c5943779f9c0ca765de0fea546e59d244"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "6iTJugQR"
|
||||
version = "lbqEyGoA"
|
13
mods/annuus.pw.toml
Normal file
13
mods/annuus.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Annuus"
|
||||
filename = "Annuus-neoforge-1.0.12-TEST_1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/kIfxYoGs/versions/TGJ1DqHI/Annuus-neoforge-1.0.12-TEST_1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "4c251e4a245f3a53543ecab8b169df515583c680a58feda374b05908ef895bf24d44b3d36f7d6e163c3db53c57d389c141da193754997d0b4e42b13a06718c1c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "kIfxYoGs"
|
||||
version = "TGJ1DqHI"
|
13
mods/appleskin.pw.toml
Normal file
13
mods/appleskin.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "AppleSkin"
|
||||
filename = "appleskin-neoforge-mc1.21-3.0.7.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/kztxpjAA/appleskin-neoforge-mc1.21-3.0.7.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "03a94fe4143250b8e80abe97770918ba0af1265110bb73c25444674f9cdf86164464332a913cbac29af82d8ed02dce6ef19bbb62fced92620817a7ec1e761b71"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "EsAfCjCV"
|
||||
version = "kztxpjAA"
|
13
mods/applied-energistics-2-wireless-terminals.pw.toml
Normal file
13
mods/applied-energistics-2-wireless-terminals.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Applied Energistics 2 Wireless Terminals"
|
||||
filename = "ae2wtlib-19.2.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/pNabrMMw/versions/QkqFSZTz/ae2wtlib-19.2.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "c287ddaee75d25595ab052c3afcbe7e48dd56ab0597def7776d3c6883e30546b2c8d1f29f6dcdc12c83406795535f628d1cf06d7d3ac8d690495971648ad3a22"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "pNabrMMw"
|
||||
version = "QkqFSZTz"
|
13
mods/archers.pw.toml
Normal file
13
mods/archers.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Archers (RPG Series)"
|
||||
filename = "archers-2.4.11+1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/QgooUXAJ/versions/5euNH36R/archers-2.4.11%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "ee8873bbfb8b360a81bb4b1a1a601f8b00759171303f90af15168454c7ced882fc441069703939fd49f5245c74c255b01f722011950fc8b5e9cc49223a2a1067"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "QgooUXAJ"
|
||||
version = "5euNH36R"
|
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-13.0.8-neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/ZxYGwlk0/architectury-13.0.8-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "65e3664953385d880320dd6bb818bcb96d361c07c53e2a7f65e64c6a47720ee26b233224ae9cad465ef0b2bbaefdaf30fb0175a983cecd91de058817d6fcf57e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "lhGA9TYQ"
|
||||
version = "ZxYGwlk0"
|
13
mods/asyncparticles.pw.toml
Normal file
13
mods/asyncparticles.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "AsyncParticles"
|
||||
filename = "AsyncParticles-3.1.0-beta.2+1.21.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/c3onkd5k/versions/eDfmlAqP/AsyncParticles-3.1.0-beta.2%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "0569500b99041fb63ec9474e5666942e003ba6239e9a5f042f9cc6c6a11715aa1f7942fa3f8759a640fab4e9b1d810f974d5e151e5ecc1a08c9dee316633b89b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "c3onkd5k"
|
||||
version = "eDfmlAqP"
|
13
mods/azurelib-armor.pw.toml
Normal file
13
mods/azurelib-armor.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "AzureLib Armor"
|
||||
filename = "azurelibarmor-neo-1.21.1-3.0.12.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/pduQXSbl/versions/lh1KIabP/azurelibarmor-neo-1.21.1-3.0.12.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "9e8b79bdbab6ed4462fcd4709b6967a2a436ed34428c3622bf70e4d4a068fa268c17cd06587f49cdf113be5cf26cc1eb6ad84a6703c043b6fae7950adb4a2a47"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "pduQXSbl"
|
||||
version = "lh1KIabP"
|
13
mods/badoptimizations.pw.toml
Normal file
13
mods/badoptimizations.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "BadOptimizations"
|
||||
filename = "BadOptimizations-2.2.3-1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/g96Z4WVZ/versions/dVguFZN8/BadOptimizations-2.2.3-1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "99637a0dd8826328945929554b8d6ae3614cd82e0277891a29ff2929d730e551395f3239714152a44fc17225f2277f7012669809811d44db742b0fa8c3dde31b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "g96Z4WVZ"
|
||||
version = "dVguFZN8"
|
13
mods/balm.pw.toml
Normal file
13
mods/balm.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Balm"
|
||||
filename = "balm-neoforge-1.21.1-21.0.46.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/YgPFqhlP/balm-neoforge-1.21.1-21.0.46.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "2a9d4b000af1d9949daf958e25456809ecb4ffbd29036c3855a02f5df85ee0d23ed8068be90a467aa024e5eceda765257dfae83cbd02c24b9f8156a5bf37ce51"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "MBAkmtvl"
|
||||
version = "YgPFqhlP"
|
13
mods/barbeques-delight-forge.pw.toml
Normal file
13
mods/barbeques-delight-forge.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Barbeque's Delight [Forge/NeoForge]"
|
||||
filename = "barbequesdelight-1.2.0+3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/rtu7uERF/versions/h49PLX7j/barbequesdelight-1.2.0%2B3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "d29490f2982bfb225e23a77b37d82a8a35f0b0d6a842205685215eb9005b87ac92ad3ff0bbe3ffa08df1e7f466fadf2e3c245f9be17c15b32e76bf9f023c1cf5"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "rtu7uERF"
|
||||
version = "h49PLX7j"
|
13
mods/bbrb.pw.toml
Normal file
13
mods/bbrb.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Better Biome Reblend"
|
||||
filename = "betterbiomeblend-1.5.2.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Xh8hkQmD/versions/HZlLCOct/betterbiomeblend-1.5.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "dbd8caa967f2537a61e4a8d199e6a55f27418db521d8a11f1aa77e1dcc02ea340f5077b12c4053114db886fa3b0f8168e36231c22bde292d388952f34202391e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Xh8hkQmD"
|
||||
version = "HZlLCOct"
|
13
mods/bclib.pw.toml
Normal file
13
mods/bclib.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "BCLib"
|
||||
filename = "bclib-21.0.13.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/BgNRHReB/versions/TxWM7AW8/bclib-21.0.13.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "93a5b45e4abcb27af6a8e8f662db9fd4115dfbb9e17adbce642f2217f5d09b48474d6b9e12b0673bdc663668e8d0d71b8fa23307c96c06176df55c090623a00c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "BgNRHReB"
|
||||
version = "TxWM7AW8"
|
13
mods/bellsandwhistles.pw.toml
Normal file
13
mods/bellsandwhistles.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Create: Bells & Whistles"
|
||||
filename = "bellsandwhistles-0.4.7-1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/gJ5afkVv/versions/w0mifib8/bellsandwhistles-0.4.7-1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "482ee096477b89ed8ec5ce008a4a8ac0ae853079a4f5ce16ad0e0dd9b2eb12b3326f17acaaca1eae0bc51ad238f4e51c8d5b93ded71fe7240717ac8600041c59"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "gJ5afkVv"
|
||||
version = "w0mifib8"
|
13
mods/better-ping-display.pw.toml
Normal file
13
mods/better-ping-display.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Better Ping Display [Forge/NeoForge]"
|
||||
filename = "BetterPingDisplay-1.21.1-1.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ZvaHbwoZ/versions/AzKubcBR/BetterPingDisplay-1.21.1-1.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "301362230f1e66a6725eb20fae106435f2d9561df631a54091956b052f9a2111a230b238dbeb0ae58a5bfa261be43474ab40315e50eebeeacef5a592e2c3bfbb"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ZvaHbwoZ"
|
||||
version = "AzKubcBR"
|
13
mods/betterend.pw.toml
Normal file
13
mods/betterend.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "BetterEnd"
|
||||
filename = "better-end-21.0.11.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/gc8OEnCC/versions/4qhBEg6J/better-end-21.0.11.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "d3094b88202fca1ccc055e8429eac42eac1bd696a82ed650a9f1426cd5b28bd08e0af4d41664ed3fad10d8477c6da7c6be9d626a5664cfbc664844355c97c5b1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "gc8OEnCC"
|
||||
version = "4qhBEg6J"
|
13
mods/biomes-o-plenty.pw.toml
Normal file
13
mods/biomes-o-plenty.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Biomes O' Plenty"
|
||||
filename = "BiomesOPlenty-neoforge-1.21.1-21.1.0.12.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/HXF82T3G/versions/3RGurDCA/BiomesOPlenty-neoforge-1.21.1-21.1.0.12.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "a77aae24187d0b8d5c6226afa1abb8fa802261cb553505f7d40fc0baed0629ccf2092bc8eb4af6eea680fd1555896967be181bba80b1b60d3ad32a6d490b501e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "HXF82T3G"
|
||||
version = "3RGurDCA"
|
13
mods/bl4cks-sit.pw.toml
Normal file
13
mods/bl4cks-sit.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Sit"
|
||||
filename = "sit-1.21-1.3.5.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/VKXzIykF/versions/m7X4wswO/sit-1.21-1.3.5.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "5979cb62621742f04f4b5412762c99c2aa34ccffb59ef71f4749e882e4b05c06c92084a2a5db63fea1c97dd3662ea7cb5906bb4cb7eba5ff9db85d500b0735fa"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "VKXzIykF"
|
||||
version = "m7X4wswO"
|
13
mods/boat-item-view.pw.toml
Normal file
13
mods/boat-item-view.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Boat Item View"
|
||||
filename = "boatiview-neoforge-0.0.6-1.21.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/BdKIyOLe/versions/6EYLZUOH/boatiview-neoforge-0.0.6-1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "b61bcfb81daadcbd451538e088e34e42ec8876b62a1a960b729558dba9560614b76f593e743b1241703d3eae606f87a3ccfa01931da45e740526d811ca8df0f9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "BdKIyOLe"
|
||||
version = "6EYLZUOH"
|
13
mods/bookshelf-lib.pw.toml
Normal file
13
mods/bookshelf-lib.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Bookshelf"
|
||||
filename = "bookshelf-neoforge-1.21.1-21.1.65.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/uy4Cnpcm/versions/x53mpdkx/bookshelf-neoforge-1.21.1-21.1.65.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "80109432ca7189fb850b387ede9684afb00e33b91b313abfa7fb7a86c28925ddb68483cf190d26b7f21429abd223e3a52709eab10a2f00a3cae9892051e9e183"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "uy4Cnpcm"
|
||||
version = "x53mpdkx"
|
13
mods/bosses-of-mass-destruction-forge.pw.toml
Normal file
13
mods/bosses-of-mass-destruction-forge.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Bosses of Mass Destruction Forge"
|
||||
filename = "BOMD-NeoForge-1.21-1.3.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/hFUzfDsn/versions/HMIiPvSY/BOMD-NeoForge-1.21-1.3.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "a0d8ee00f1190a6e35b1e03a6f088c2d559fd1cf9ea1e5a2f87698442bf800a2cee7bbacc9a02014b7805629b926f07f7183b68403a26815b6dc65a372885576"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "hFUzfDsn"
|
||||
version = "HMIiPvSY"
|
13
mods/bundle-api.pw.toml
Normal file
13
mods/bundle-api.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Bundle API"
|
||||
filename = "bundle-api-1.0.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/n8QN6Z1a/versions/IqBIlBMw/bundle-api-1.0.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "85a5b506a9f5ba5f120ba1b77dfe712c08ef6ca800c530419c2238fe77e21e621a6970dc36d921970d10bdce7e866c62b433121d3fddc5874acd8b147baf8cab"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "n8QN6Z1a"
|
||||
version = "IqBIlBMw"
|
13
mods/c2me-neoforge.pw.toml
Normal file
13
mods/c2me-neoforge.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Concurrent Chunk Management Engine (NeoForge)"
|
||||
filename = "c2me-neoforge-mc1.21.1-0.3.0+alpha.0.71.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/COlSi5iR/versions/DfDona07/c2me-neoforge-mc1.21.1-0.3.0%2Balpha.0.71.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "03814dafedc8147d07edbf23d780e3740a7b6d22407f1fd011fcce930b77d82273824d1d0fdd84ac8659c80117baabf937662bd2195cfaf3ceb9d93487d0a649"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "COlSi5iR"
|
||||
version = "DfDona07"
|
13
mods/calcmod.pw.toml
Normal file
13
mods/calcmod.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "CalcMod"
|
||||
filename = "calcmod-1.3.2+fabric.1.21.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/XoHTb2Ap/versions/LE8aEZ5E/calcmod-1.3.2%2Bfabric.1.21.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "cd6e2859661f2020a52d1f61596e1db8156af69cf8879cf297237cb80ea5a955c1cb9eb6ee4fd59c3538411779d121fab0333b9e915f863e9c605a89b6bb74fb"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "XoHTb2Ap"
|
||||
version = "LE8aEZ5E"
|
13
mods/cerbons-api.pw.toml
Normal file
13
mods/cerbons-api.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "CERBON's API"
|
||||
filename = "CerbonsAPI-NeoForge-1.21-1.3.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/GkIc6rRo/versions/5wbxkBQ1/CerbonsAPI-NeoForge-1.21-1.3.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "6bd24b718d532cdd0c49150eefc223b4d7c3550bbc81d5c65ed84b704bf3c8e20d3cb3524082688383cc4aba38e190921976b056b84d5755670c5399a7c7e627"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "GkIc6rRo"
|
||||
version = "5wbxkBQ1"
|
13
mods/chunk-activity-tracker.pw.toml
Normal file
13
mods/chunk-activity-tracker.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Chunk Activity Tracker"
|
||||
filename = "chunkactivitytracker-neoforge-1.0.1-1.21.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/BNuR43mM/versions/ezAcslcX/chunkactivitytracker-neoforge-1.0.1-1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "353d240170fc3c37d7445b20579f814522bfa4526de57b9f26aef4cc5b1d48710ee0d675b5cb9fc4489815f5992f4ca6f0d1479b2fad9d03f7184ce8dd292273"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "BNuR43mM"
|
||||
version = "ezAcslcX"
|
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-15.0.140-neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/izKINKFg/cloth-config-15.0.140-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "aaf9b010955b8cd294e5a92f069985b18729fd5e2cf22d351f1dff9680f15488688803ec41e77e941cbde130ceb535014ca4c868047d80ab69c2d508e216654d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9s6osm5g"
|
||||
version = "izKINKFg"
|
13
mods/cold-sweat.pw.toml
Normal file
13
mods/cold-sweat.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Cold Sweat"
|
||||
filename = "ColdSweat-2.4-b03c.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/uXhSmPjd/versions/UjsbvVeE/ColdSweat-2.4-b03c.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "42de0825a14eb715fcf17807fc4918607dfe435908d32baf3e1fc8116f4eb34203dffa88682621494cc8287e086a228f864ec1e2463e1f0869597773746d6826"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "uXhSmPjd"
|
||||
version = "UjsbvVeE"
|
13
mods/colorwheel-patcher.pw.toml
Normal file
13
mods/colorwheel-patcher.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Colorwheel Patcher"
|
||||
filename = "colorwheel_patcher-neoforge-0.2.2+mc1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/KPsw5jDu/versions/LBOPHVvO/colorwheel_patcher-neoforge-0.2.2%2Bmc1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "9c1f17bd93442607b949f2818339a4c5804ddd8def4ad06dab8e21a32586550e417d600635706ee1ed744d5066e686f1e0f98ffafc1c12afede5dee5db6abbd0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "KPsw5jDu"
|
||||
version = "LBOPHVvO"
|
13
mods/colorwheel.pw.toml
Normal file
13
mods/colorwheel.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Colorwheel"
|
||||
filename = "colorwheel-neoforge-0.2.1+mc1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/BzHgFoGz/versions/3xxS3y1y/colorwheel-neoforge-0.2.1%2Bmc1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "3f5aaa793423362355c374a500baaff95ce001f63986b30b6f61065ebed5863beabb6ded87d6059c89268dbe8b543d98556b3b2cf307c8b7fbcfbc7ec1e3664a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "BzHgFoGz"
|
||||
version = "3xxS3y1y"
|
13
mods/connector-extras.pw.toml
Normal file
13
mods/connector-extras.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Connector Extras"
|
||||
filename = "ConnectorExtras-1.12.1+1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/FYpiwiBR/versions/dgLCqZyo/ConnectorExtras-1.12.1%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "ff9fc5d48a81e820c8c26b8a045e0ab7a3b0e9b5eaee7369b2eadb3f93d7eb423255073dfc327d131cb667df93be066560f3704b4cc8a12b07486b98a12bad1d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "FYpiwiBR"
|
||||
version = "dgLCqZyo"
|
13
mods/connector.pw.toml
Normal file
13
mods/connector.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Sinytra Connector"
|
||||
filename = "connector-2.0.0-beta.8+1.21.1-full.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/u58R1TMW/versions/KrmWHpgS/connector-2.0.0-beta.8%2B1.21.1-full.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "c734a56142138aeabab116c7e30427d894c8b6c36dc95f498bbcd262916287894326f23a5da84d2605a924a93337f9302b83c2221ead2e013531d350baec796f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "u58R1TMW"
|
||||
version = "KrmWHpgS"
|
13
mods/continuity.pw.toml
Normal file
13
mods/continuity.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Continuity"
|
||||
filename = "continuity-3.0.0+1.21.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/1IjD5062/versions/kSPJ4hQv/continuity-3.0.0%2B1.21.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "3601ddb50f19142c087d32525bc0afcfb5f49a2e7477b6645a98ec191218739fdf3c6ac95cd298e826eb34fc533af43bb0e78c64e51292866ecabade4d14b13a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "1IjD5062"
|
||||
version = "kSPJ4hQv"
|
13
mods/controlling.pw.toml
Normal file
13
mods/controlling.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Controlling"
|
||||
filename = "Controlling-neoforge-1.21.1-19.0.5.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/xv94TkTM/versions/FaNppCJJ/Controlling-neoforge-1.21.1-19.0.5.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "bd01b2a38a869ea38e5f2a8fcd601e67ea9b132b9883c6ae752bc35dff6e94f6d47b965e31c1ee5c2f6a1221653549680da779fcb5319d199aec261d221d179e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "xv94TkTM"
|
||||
version = "FaNppCJJ"
|
13
mods/coolrain.pw.toml
Normal file
13
mods/coolrain.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Cool Rain"
|
||||
filename = "coolrain-1.1.0-1.21.1-neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/iDyqnQLT/versions/EEZWHM0B/coolrain-1.1.0-1.21.1-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "272504dea48304a2d7e940e9f45594eb62adbe57cc25215bd0ceb3fb23d467c14e150020a83989a1560d589714175e39438cdc48d4c90563f2bbf4b48b72c773"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "iDyqnQLT"
|
||||
version = "EEZWHM0B"
|
13
mods/copycats.pw.toml
Normal file
13
mods/copycats.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Create: Copycats+"
|
||||
filename = "copycats-3.0.2+mc.1.21.1-neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/UT2M39wf/versions/wj2p9GZw/copycats-3.0.2%2Bmc.1.21.1-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "9032a85fdb1619eaab22947805591ea44c065f7cc20baef95a75331eaee2d8d3ef32b935949215c5cafa625834aed49b728bf70818f4de5bebb4ea9261363105"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "UT2M39wf"
|
||||
version = "wj2p9GZw"
|
13
mods/corgilib.pw.toml
Normal file
13
mods/corgilib.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "CorgiLib"
|
||||
filename = "Corgilib-NeoForge-1.21.1-5.0.0.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ziOp6EO8/versions/hIBHksrz/Corgilib-NeoForge-1.21.1-5.0.0.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "3c5afb646cc37cfb70a250cddd66ed09371466bba8ce1c490072527fb3d3f24906d266249f8ba44e774902a2d94455f7cf432834707ce523a9ba58728c80c96b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ziOp6EO8"
|
||||
version = "hIBHksrz"
|
13
mods/coroutil.pw.toml
Normal file
13
mods/coroutil.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "CoroUtil"
|
||||
filename = "coroutil-neoforge-1.21.0-1.3.8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/rLLJ1OZM/versions/H2YXCYUY/coroutil-neoforge-1.21.0-1.3.8.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "daae9e37acddedccad05e3f8e565f8b4c237f25b2462e043428f88b32fc27e4bc3a00955ed7426a7d7f93f068b4e96b37e2e42d121d40fdf94a31b6c2b7440e0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "rLLJ1OZM"
|
||||
version = "H2YXCYUY"
|
13
mods/create-design-n-decor.pw.toml
Normal file
13
mods/create-design-n-decor.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Create: Design n' Decor"
|
||||
filename = "Design-n-Decor-1.21.1-2.0.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/x49wilh8/versions/uJVdwDMZ/Design-n-Decor-1.21.1-2.0.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "c11acffdc8153502eb91d72c0fa4a9f461c9b328d178f939d75682e91560a6f53f74c638570e2b59a08b135193a345da6885ddf3d9d138f9e501c183c797718d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "x49wilh8"
|
||||
version = "uJVdwDMZ"
|
13
mods/create-dragons-plus.pw.toml
Normal file
13
mods/create-dragons-plus.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Create: Dragons Plus"
|
||||
filename = "create-dragons-plus-1.6.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/dzb1a5WV/versions/M71tJKIz/create-dragons-plus-1.6.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "fa5af12d67974d40e0ce0f37c520b88b2a1ebb292af94634cbd404bed4315000e37169728385cf211ddcd91e3fb2a225039a2d80acb54102eb3775e31d0f6906"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "dzb1a5WV"
|
||||
version = "M71tJKIz"
|
13
mods/create-dreams-and-desires.pw.toml
Normal file
13
mods/create-dreams-and-desires.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Create: Dreams & Desires"
|
||||
filename = "DnDesires-1.21.1-2.1b-BETA.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/JmybsfWs/versions/G8OR8q1G/DnDesires-1.21.1-2.1b-BETA.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "f3f8620a98965174f51e1b0b4b238b1f20674acc01f02072203a891388a7bf5b7db1e27843679790b670c02073433ee14a92fc45f71c387a58b3c605ab2fdcff"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "JmybsfWs"
|
||||
version = "G8OR8q1G"
|
13
mods/create-food.pw.toml
Normal file
13
mods/create-food.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Create: Food"
|
||||
filename = "createfood-neoforge-1.21.1-2.0.0-beta-3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/4HnO3el1/versions/Sd9pbQKb/createfood-neoforge-1.21.1-2.0.0-beta-3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "138a415ce7885bb1797a25176d38b9e5414c8ebc58782b9c49ff471afef100138f609e0c8dc61d11db00e7552a93101eb2e0af2b53c1ef8d5dc8efd4b6106803"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "4HnO3el1"
|
||||
version = "Sd9pbQKb"
|
13
mods/create-integrated-farming.pw.toml
Normal file
13
mods/create-integrated-farming.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Create: Integrated Farming"
|
||||
filename = "create-integrated-farming-1.0.6.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9k1pAsfR/versions/xES2diWt/create-integrated-farming-1.0.6.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "0855db8740c25103518a96984f719303d88d750f07fe02941b19a86b133d05b8d99edfebdad89d2eda9d3af2cba1aa6cd69d2edf81e35ac00cc06b4f081dd57a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9k1pAsfR"
|
||||
version = "xES2diWt"
|
13
mods/create-railways-navigator.pw.toml
Normal file
13
mods/create-railways-navigator.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Create Railways Navigator"
|
||||
filename = "createrailwaysnavigator-neoforge-1.21.1-beta-0.8.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Dq3STxps/versions/EJvkRqz0/createrailwaysnavigator-neoforge-1.21.1-beta-0.8.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e193ff851ce1473b021b5b6496c5ab6f10415f902c6760790488c6c942958c41b76d2740ffe6d71c123a0a4a491e44173f75fd2e8fa068ce23fdeb1536611bf2"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Dq3STxps"
|
||||
version = "EJvkRqz0"
|
13
mods/create-structures-arise.pw.toml
Normal file
13
mods/create-structures-arise.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Create: Structures Arise"
|
||||
filename = "create_structures_arise-160.33.32-neoforge-1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9enMEvoc/versions/YpB9PxP5/create_structures_arise-160.33.32-neoforge-1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "be8707b0d854b6b2b89733d0e6942ed560bbfc5022f9454dbeae22637fd1dd1da015ac290dea2832ed2648fa96d59183163eb3b7d90d38a59fdc78171ae4e7f6"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9enMEvoc"
|
||||
version = "YpB9PxP5"
|
13
mods/create.pw.toml
Normal file
13
mods/create.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Create"
|
||||
filename = "create-1.21.1-6.0.6.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/LNytGWDc/versions/tS7ygzAE/create-1.21.1-6.0.6.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "a65723abb0439ab5bb9dfae0b66db33a7c41422d015be7524912033b6cb39a1ef3a247b4b842981131cd541d141cc257d761b6de4e8837960a98b43054049228"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "LNytGWDc"
|
||||
version = "tS7ygzAE"
|
13
mods/createaddition.pw.toml
Normal file
13
mods/createaddition.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Create Crafts & Additions"
|
||||
filename = "createaddition-1.4.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/kU1G12Nn/versions/k3vtnT8F/createaddition-1.4.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "f0f17987d24eabd269f3da6aac10fafa91152235daa5bad02c73abaffc6ac81585efd866ea24702d26ccf80450d3ec33db31acdb07c0f3101b876b089b5b07d9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "kU1G12Nn"
|
||||
version = "k3vtnT8F"
|
13
mods/creativecore.pw.toml
Normal file
13
mods/creativecore.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "CreativeCore"
|
||||
filename = "CreativeCore_NEOFORGE_v2.13.7_mc1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/OsZiaDHq/versions/jy6rEC2t/CreativeCore_NEOFORGE_v2.13.7_mc1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "ab0f95c8127ea248592e26120a2aedc15ffb91ba27fce1da318d1cb3cfcea6accdacb334076363955f99d4d12816c3e4546298e0ec8b9bda223062f4e5c8b33b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "OsZiaDHq"
|
||||
version = "jy6rEC2t"
|
13
mods/cristel-lib.pw.toml
Normal file
13
mods/cristel-lib.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Cristel Lib"
|
||||
filename = "cristellib-neoforge-1.2.8.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/cl223EMc/versions/oLp2OCg3/cristellib-neoforge-1.2.8.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "8311c3723bef5a765347d9500d0a9f5968515770a6effb3cdbfdf6e2ddd9912f9a83bbbd7fe62baf2319dd46fd5057d7cb6044abbd2e9b91e9075291ffced747"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "cl223EMc"
|
||||
version = "oLp2OCg3"
|
13
mods/ctrl-q.pw.toml
Normal file
13
mods/ctrl-q.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Ctrl Q"
|
||||
filename = "ctrl-q-neoforge-1.9.2.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Dxv5rpnB/versions/vPF3yZ8N/ctrl-q-neoforge-1.9.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "6f17fbc483ba165539e4c0eee7264e04c2c46d7b494b5d6cc40727ab664305e04cba6f017c846785d2443cae0d81bc78d19c6c6aa0c9c4bd197bd2bf75a1cec1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Dxv5rpnB"
|
||||
version = "vPF3yZ8N"
|
13
mods/cubes-without-borders.pw.toml
Normal file
13
mods/cubes-without-borders.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Cubes Without Borders"
|
||||
filename = "cwb-neoforge-3.0.0+mc1.21.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ETlrkaYF/versions/epixUL1j/cwb-neoforge-3.0.0%2Bmc1.21.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "cbe2770179a948bc5cc7ab9fffdb65262745bb42902d03860cb6218708c1d5ffbabfafe40046dd350c3290ab9d07797bf0225ee4a41f917fff120b23b9d9cc04"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ETlrkaYF"
|
||||
version = "epixUL1j"
|
13
mods/curios.pw.toml
Normal file
13
mods/curios.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Curios API"
|
||||
filename = "curios-neoforge-9.5.1+1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/vvuO3ImH/versions/yohfFbgD/curios-neoforge-9.5.1%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "5981a267686b744e7e3c227f78cbcd5267c14ac6979a28e814695f4589273998563147207fef4a5cdb7cdbdc39797cd95d9e4abadb55869f18e02a38d0654ae5"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "vvuO3ImH"
|
||||
version = "yohfFbgD"
|
13
mods/cyanide.pw.toml
Normal file
13
mods/cyanide.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Cyanide"
|
||||
filename = "cyanide-neoforge-1.21.1-5.0.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fXbvd6mf/versions/v4LiMGGH/cyanide-neoforge-1.21.1-5.0.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "5c28d68909ea2dd0db50d8cb25a2151c78b04dfc12023a25a9c2df2bc63dc2545f5dc417f3fdb3c2d7e74f553772e2b3c36002b4fd8ca3ffe86d8ecac373dcd0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fXbvd6mf"
|
||||
version = "v4LiMGGH"
|
13
mods/deeperdarker.pw.toml
Normal file
13
mods/deeperdarker.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Deeper and Darker"
|
||||
filename = "deeperdarker-neoforge-1.21-1.3.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fnAffV0n/versions/5FhUw189/deeperdarker-neoforge-1.21-1.3.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "c7041b8671e87ff5271a53631ceaab77168154851108ef1876fab1e141382db77337c8aaadb615b96d1196db699af492029a454a6088ea97860fb6897af501a8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fnAffV0n"
|
||||
version = "5FhUw189"
|
13
mods/default-files.pw.toml
Normal file
13
mods/default-files.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Default Files"
|
||||
filename = "default_files-1.0.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/5hAdlFQ4/versions/y2szdVKO/default_files-1.0.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "3f202a20bd6e345702f385fe9382df32557a54a3f75571a2241a4591a43682cffc86b16355a8931c0e44148e33d8f999c7a607059926f9183ab8009b15ca22e9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "5hAdlFQ4"
|
||||
version = "y2szdVKO"
|
13
mods/ding.pw.toml
Normal file
13
mods/ding.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Ding"
|
||||
filename = "Ding-1.21-NeoForge-1.5.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/UEtTD3gP/versions/xDYKoTCG/Ding-1.21-NeoForge-1.5.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "a8c11f36074a1fe928e510b63856ed3c46202a3e30615093474609298809dba22a0a7f8d75fe130af5bf2e2a4e89af0005ca27a1ae23a585f737a3c7847d8b6f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "UEtTD3gP"
|
||||
version = "xDYKoTCG"
|
13
mods/disable-accessibility-screen.pw.toml
Normal file
13
mods/disable-accessibility-screen.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Disable Accessibility Screen"
|
||||
filename = "DisableAccessibilityScreen-1.0.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/DohVVqgL/versions/OFLKtuug/DisableAccessibilityScreen-1.0.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "be722fc317de86af69ab75415b4b3645de176073d91e797f6707ebbb0bd875f7ec46f1b40d702117b96f10bc6ab576ab4c845ca85511f44377826ffddf283583"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "DohVVqgL"
|
||||
version = "OFLKtuug"
|
13
mods/does-it-tick.pw.toml
Normal file
13
mods/does-it-tick.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Does It Tick?"
|
||||
filename = "does_it_tick-neoforge-1.1.4-1.21.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/vmg6jaPW/versions/LxZKFbNR/does_it_tick-neoforge-1.1.4-1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e8e46f601b84f837a915d6fce0bdc085f5873122acd781844b053bd2a5ace0a904fba02f5f0516c9a2ed16003e4282d99e9b2fc32d77a7e95ad7b0bc6eb2649e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "vmg6jaPW"
|
||||
version = "LxZKFbNR"
|
13
mods/dripsounds.pw.toml
Normal file
13
mods/dripsounds.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Drip Sounds"
|
||||
filename = "Drip Sounds-0.5.1+1.21.5-NeoForge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/T8MMXTpr/versions/9CTlGpQF/Drip%20Sounds-0.5.1%2B1.21.5-NeoForge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "6de9a2940f1a9937a8f42eb53b8f7ac3764fd867c1c63d4aa5041b1246582b70e530a9b338edc1fa690fd5876557c6d0a29ab96ae12811b1ebc19d7cf7d744b3"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "T8MMXTpr"
|
||||
version = "9CTlGpQF"
|
13
mods/dynamic-fps.pw.toml
Normal file
13
mods/dynamic-fps.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Dynamic FPS"
|
||||
filename = "dynamic-fps-3.9.5+minecraft-1.21.0-neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/TWvfxJSz/dynamic-fps-3.9.5%2Bminecraft-1.21.0-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e6f128e39eee182319d5d0f6f8a602007172906f49b4568e3f4d5c9aa32d0a375bdbd440567318c0d5e31e6fc446294e1919cbbedfb85edd9d7fa6c1853e830a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "LQ3K71Q1"
|
||||
version = "TWvfxJSz"
|
13
mods/ears.pw.toml
Normal file
13
mods/ears.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Ears (+ Snouts/Muzzles, Tails, Horns, Wings, and More)"
|
||||
filename = "ears-neoforge-1.21-1.4.7.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/mfzaZK3Z/versions/Dxc2NR3x/ears-neoforge-1.21-1.4.7.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "52fc315373bd014fd388c970c17bbd6873593e169841edb8d346bbf176401a527a65f074f1ddf28ebcb87cd5c469aadf64b3f99700f7112c1e0966b42920c7d8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "mfzaZK3Z"
|
||||
version = "Dxc2NR3x"
|
13
mods/embeddium.pw.toml
Normal file
13
mods/embeddium.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Embeddium"
|
||||
filename = "embeddium-1.0.15+mc1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/sk9rgfiA/versions/J7b96IEd/embeddium-1.0.15%2Bmc1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "d073cf52dcf2aeec3ac9f746d4571c7b4b1ad746fa11d4bcc5a21a264ae3119ac6d341d08cc9a70042cf0ddffc3b3ef3329ed30217035d4551c9d6788b6dc1e6"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "sk9rgfiA"
|
||||
version = "J7b96IEd"
|
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.7.6+1.21+neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qbbO7Jns/versions/ZCSyd1co/emi_loot-0.7.6%2B1.21%2Bneoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "273dce3dc8746c664f95cd97f2afc8f32684dd107c69daacd40c514574207d856a9edf6133cb1529cf7c50d6fbc16f30028a9ecb8137162d29f52567cdc4c564"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qbbO7Jns"
|
||||
version = "ZCSyd1co"
|
13
mods/emi-ores.pw.toml
Normal file
13
mods/emi-ores.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "EMI Ores"
|
||||
filename = "emi_ores-1.2+1.21.1+neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/sG4TqDb8/versions/1jY6MIrK/emi_ores-1.2%2B1.21.1%2Bneoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "7b01dd29400802a18e3f23bcc2057e12070d28529bf358306758b462d69ab0532aa392a4b683cb0f5cf1a20f09e5f0d965f90923e72fb2fd6476f63a55a210a7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "sG4TqDb8"
|
||||
version = "1jY6MIrK"
|
13
mods/emi.pw.toml
Normal file
13
mods/emi.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "EMI"
|
||||
filename = "emi-1.1.22+1.21.1+neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/ouSj7NfF/emi-1.1.22%2B1.21.1%2Bneoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "6b4f2b93ccd40bbbf3d1f368a9d92b43777543c44243a76ed4010bd563a7f9658decdd58a3d79a3cdc04a288bf98e327a1cce93a5a9d2b8840306578fe633bca"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fRiHVvU7"
|
||||
version = "ouSj7NfF"
|
13
mods/endrem.pw.toml
Normal file
13
mods/endrem.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "End Remastered"
|
||||
filename = "endrem-neoforge-1.21.X-6.0.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ZJTGwAND/versions/aqYxfNAS/endrem-neoforge-1.21.X-6.0.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "b7793835aa3c52c883d2b2016d20ac676eb88c12d8d19b5b24498dcd5da5ea2d2646dfa73eea116c5274ae9f160ca902d35a58a708ca99de57025ccc6131a2b8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ZJTGwAND"
|
||||
version = "aqYxfNAS"
|
13
mods/ends-delight.pw.toml
Normal file
13
mods/ends-delight.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "End's Delight"
|
||||
filename = "ends_delight-2.5.1+neoforge.1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/yHN0njMr/versions/YxSK1qNm/ends_delight-2.5.1%2Bneoforge.1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "c36b4a7ac0d55bf18506846ae01dbfb3d89b9333d334d309319346b632aac55441240f8b766ab52b1e497d96d47a5ad8d357af7f5a763473f05ce0fe1b861814"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "yHN0njMr"
|
||||
version = "YxSK1qNm"
|
13
mods/entityculling.pw.toml
Normal file
13
mods/entityculling.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Entity Culling"
|
||||
filename = "entityculling-neoforge-1.8.0-mc1.21.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/gOriLpko/entityculling-neoforge-1.8.0-mc1.21.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "d6cb75d49c40e9d08efc0d626021f9901cdacb2277755c1bc8d3a62e37470783d2ec7dd87fe3454e355a9b0e38b0c3df7a9879ebe5a258e112ebe9a101d3d240"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "NNAgCjsB"
|
||||
version = "gOriLpko"
|
13
mods/euphoria-patches.pw.toml
Normal file
13
mods/euphoria-patches.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Euphoria Patches"
|
||||
filename = "EuphoriaPatcher-1.6.5-r5.5.1-neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/4H6sumDB/versions/scDivmFv/EuphoriaPatcher-1.6.5-r5.5.1-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "515765fef207868ded815b7576742aed63c677fb2053d97128838a7b963381de8b789b35396eac61f8dfd0cb67837dc5c5c2bfb550fe10a3b3d4f7ecf86b1beb"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "4H6sumDB"
|
||||
version = "scDivmFv"
|
13
mods/expanded-delight.pw.toml
Normal file
13
mods/expanded-delight.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Expanded Delight"
|
||||
filename = "expandeddelight-0.1.3.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/e9V6wFcR/versions/6ieFvLdP/expandeddelight-0.1.3.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "0fdd2849d3559e185d493430442f91452601121bc8db3293aada17a55d2149699a69d1cd1b001960e19b6b55f6a86ed87857b9d9ac0dae5847df6b11127d7f10"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "e9V6wFcR"
|
||||
version = "6ieFvLdP"
|
13
mods/expanded-ecosphere.pw.toml
Normal file
13
mods/expanded-ecosphere.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "William Wythers' Expanded Ecosphere"
|
||||
filename = "expanded_ecosphere-neoforge-3.4.1.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/O1XGs7ps/versions/IfDkDfDd/expanded_ecosphere-neoforge-3.4.1.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "1622fd029f6a2ec0c5653f4979b9c15260e960269ceeabc528638d1ed634e77ca9465cbbcd8d0cdda192cdeca887a27fda92b56314aeaf82b3659e7206bdb8b0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "O1XGs7ps"
|
||||
version = "IfDkDfDd"
|
13
mods/extra-mod-integrations.pw.toml
Normal file
13
mods/extra-mod-integrations.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "EMI Addon: Extra Mod Integrations"
|
||||
filename = "extra-mod-integrations-all-neoforge-1.0.2+1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/bpRHnWUb/versions/tNXLlCY0/extra-mod-integrations-all-neoforge-1.0.2%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "6f41a039a208852b2fa3e62347779099f654ff43e5aac93ad71ef3b1129307494492a188411638a75191c5f940e1e84c9772ed4717f877611e0f37aa9aee218b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "bpRHnWUb"
|
||||
version = "tNXLlCY0"
|
13
mods/fallingleavesforge.pw.toml
Normal file
13
mods/fallingleavesforge.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Falling Leaves (NeoForge/Forge)"
|
||||
filename = "fallingleaves-1.21.1-2.5.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/2JAUNCL4/versions/PVzaPLSv/fallingleaves-1.21.1-2.5.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "9cc6ec387bce1a68f07b08bf1a2a65dc49ad409070f8cf58147d3cdbb9b82300d4a7184e01cf58a82886fb57156e6875b2cf7c4abb15335f8fd15be1de58400f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "2JAUNCL4"
|
||||
version = "PVzaPLSv"
|
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.21.1-1.2.8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/R2OftAxM/versions/yCkges3O/FarmersDelight-1.21.1-1.2.8.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "ca2d5a21ecd14a25374b26570f1c63c54623b55603108ffe4f83f82b79ff8cf08b35f444078141ec4196dad669699e1beeea41d8d0c34c0602941247b93f4a52"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "R2OftAxM"
|
||||
version = "yCkges3O"
|
13
mods/farmers-expanse.pw.toml
Normal file
13
mods/farmers-expanse.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Farmers Expanse"
|
||||
filename = "farmersexpanse-0.0.7c.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/yvj40jgi/versions/4qwSmod8/farmersexpanse-0.0.7c.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "c7155b4234e0dedd40e69b13fa31032ac3b8762d63afe4af857180b3dd506c2d7a2a8648a36f828cfb82c42877fb914bbac7794e352dd9da9ed1d34f4dae9779"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "yvj40jgi"
|
||||
version = "4qwSmod8"
|
13
mods/fast-ip-ping.pw.toml
Normal file
13
mods/fast-ip-ping.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Fast IP Ping"
|
||||
filename = "fast-ip-ping-v1.0.7-mc1.21.1-neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9mtu0sUO/versions/eqzWgurh/fast-ip-ping-v1.0.7-mc1.21.1-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "37acea2d6da92cc82252a64da6f77c5bdc3bb9ca25c3cbbb3555c204f3594fbb7524be4b63887448ed5ea2b32de72b99513b8f2d3a19a35fff525442cf228641"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9mtu0sUO"
|
||||
version = "eqzWgurh"
|
13
mods/faster-random.pw.toml
Normal file
13
mods/faster-random.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Faster Random"
|
||||
filename = "fasterrandom-5.1.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/RfFxanNh/versions/BbFqiKvi/fasterrandom-5.1.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "af2d0825ec4e3521fd82b0a5fd5a3f04daf98e09b138d099407861c03a4e17546900befd791a7abe7cbe109c3045dee0646d02f1703b8e68bc37903d21c20acd"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "RfFxanNh"
|
||||
version = "BbFqiKvi"
|
13
mods/fastevent.pw.toml
Normal file
13
mods/fastevent.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "FastEvent"
|
||||
filename = "FastEvent-1.21.1-neoforge-1.1.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/LauZQ6kM/versions/tOzxJSj2/FastEvent-1.21.1-neoforge-1.1.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "9b1d07f6bade3d82414fec8e780d40b74d9f3f1b8a32b1e77b26d42570037aacaca15d367ac845394ee01e935437850da06fddf417b93f4924ed9d9f856f7f09"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "LauZQ6kM"
|
||||
version = "tOzxJSj2"
|
13
mods/fastquit-forge.pw.toml
Normal file
13
mods/fastquit-forge.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "FastQuit-Forge"
|
||||
filename = "Fastquit-3.0.1+1.21.1neoforge.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/itFaO2Tg/versions/KYXvyxuO/Fastquit-3.0.1%2B1.21.1neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "a889e2a9a3237e9f39bd99d54b5e31e299f1cbc3a8e4b5d49b50dfb67ea142a6fc37b0f38a272834adfb2e8ab639c3b13e953b9a3d42c8e551c28f67bd49a801"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "itFaO2Tg"
|
||||
version = "KYXvyxuO"
|
13
mods/feature-recycler.pw.toml
Normal file
13
mods/feature-recycler.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Feature Recycler"
|
||||
filename = "Feature-Recycler-neoforge-2.0.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "1c14b70c4e1341d1b92b51da684529644c0ab5cb"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 5829420
|
||||
project-id = 1077985
|
13
mods/ferrite-core.pw.toml
Normal file
13
mods/ferrite-core.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "FerriteCore"
|
||||
filename = "ferritecore-7.0.2-neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/uXXizFIs/versions/CnpoQxCx/ferritecore-7.0.2-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "2a5a7b79473c42572bdbbd1f429a459630d793b35f3eb17051139a94bced2d13c39e9c6309c81368d5502bc46c509e9868a8b5fa3cf93c51375a694cd96c20ac"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "uXXizFIs"
|
||||
version = "CnpoQxCx"
|
13
mods/figura.pw.toml
Normal file
13
mods/figura.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Figura"
|
||||
filename = "figura-0.1.5+1.21.1-neoforge-mc.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/s9gIPDom/versions/yXFi1fed/figura-0.1.5%2B1.21.1-neoforge-mc.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "f8bb72be36f5f2a85d0abd8152cd262244b7f04a65da18cc714fee20a997a63a1c47beab3477851715b70da791fec68e4527ed44983edb121953d436a8f4de89"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "s9gIPDom"
|
||||
version = "yXFi1fed"
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue