This commit is contained in:
gabetoo 2024-12-27 16:43:02 -05:00
commit 0a61d6cc13
293 changed files with 5456 additions and 0 deletions

BIN
DH Test-1.0.0.mrpack Normal file

Binary file not shown.

2
README.md Normal file
View file

@ -0,0 +1,2 @@
# DHTest

View file

@ -0,0 +1,20 @@
{
"defaultSigningMode": "PROMPT",
"enableMod": true,
"showNCRButton": true,
"showReloadButton": true,
"verifiedIconEnabled": true,
"showServerSafety": false,
"hideInsecureMessageIndicators": true,
"hideModifiedMessageIndicators": true,
"hideSystemMessageIndicators": true,
"hideWarningToast": true,
"hideSigningRequestMessage": false,
"alwaysHideReportButton": false,
"skipRealmsWarning": false,
"disableTelemetry": true,
"removeTelemetryButton": true,
"demandOnServer": false,
"verifiedIconOffsetX": 0,
"verifiedIconOffsetY": 0
}

8
config/aileron.json Normal file
View file

@ -0,0 +1,8 @@
{
"fireworkChanges": true,
"doCameraRoll": false,
"cameraRollScale": 1.0,
"cameraRollSpeed": 0.1,
"campfiresPushPlayers": true,
"smokeStackChargeTicks": 20
}

View file

@ -0,0 +1,222 @@
{
"general": {
"engines": 0,
"volume": 1,
"useSoundMasterSource": false,
"scanStepAmount": 100,
"playSoundWithOffset": false
},
"dimensions": {
"abyssalcraft": 1,
"betweenlands": 1,
"cave": 1,
"end": 1,
"galacticraft": 1,
"galacticraft.planets": 1,
"midnight": 1,
"nether": 1,
"surface": 1,
"twilightforest": 1,
"void": 1
},
"regions": {
"abyssalcraft_dark": {
"overall": 1,
"suspense.suspense": 1
},
"end_unknown": {
"overall": 1,
"suspense.suspense": 1
},
"galacticraft_planets_wind": {
"overall": 1,
"wind.light-wind": 1
},
"nether_suspense": {
"overall": 1,
"nether": 1
},
"twilightforest_unknown": {
"overall": 1,
"suspense.suspense": 1
},
"void_dark": {
"overall": 1,
"suspense.suspense": 1
},
"beach": {
"overall": 1,
"beach": 1,
"seagull": 1,
"seagull-long": 1
},
"cave_ambience": {
"overall": 1,
"cave": 1,
"cave-water": 1,
"cave-deep": 1,
"cave-large": 1
},
"cave_deep-dark": {
"overall": 1,
"deep-dark": 1,
"water-droplets": 1
},
"cave": {
"overall": 1
},
"cave_lush": {
"overall": 1,
"cave-lush": 1,
"frog": 1
},
"cold_artic": {
"overall": 1,
"heavy-wind": 1
},
"cold": {
"overall": 1,
"wind.light-wind": 1
},
"desert": {
"overall": 1,
"cicadas-desert": 1,
"wind.light-wind": 1
},
"forest_cold": {
"overall": 1,
"crow": 1
},
"forest": {
"overall": 1,
"bird-ambience": 1,
"owl": 1
},
"forest_roofed": {
"overall": 1,
"bird-ambience-spooky": 1
},
"grass": {
"overall": 1,
"cricket": 1,
"cricket-night": 1,
"cicadas-night": 1
},
"highland": {
"overall": 1,
"heavy-wind": 1,
"wind-in-leaves": 1
},
"jungle": {
"overall": 1,
"cricket-jungle": 1,
"cricket-jungle-night": 1,
"bird-ambience-jungle": 1,
"bird-ambience-jungle-night": 1
},
"mesa": {
"overall": 1,
"wind-mesa": 1
},
"mushroom_fields": {
"overall": 1,
"cicadas-mushroom-fields": 1,
"special-mushroom-fields": 1
},
"ocean": {
"overall": 1,
"ocean": 1,
"wind.light-wind": 1
},
"ocean_deep": {
"overall": 1,
"whale": 1
},
"plains": {
"overall": 1,
"cricket": 1,
"cricket-night": 1,
"cicadas-night": 1
},
"rain": {
"overall": 1,
"rain": 1
},
"savanna": {
"overall": 1,
"cricket": 1,
"cicadas": 1,
"cicadas-desert": 1,
"cricket-warm-night": 1,
"wolf": 1,
"long-wolf": 1,
"bird-warm": 1
},
"sky": {
"overall": 1,
"wind.light-wind": 1
},
"space": {
"overall": 1
},
"storm_away": {
"overall": 1,
"storm-away": 1,
"howling-wind": 1
},
"storm_close": {
"overall": 1,
"storm-close": 1,
"wind": 1
},
"surface": {
"overall": 1
},
"swamp": {
"overall": 1,
"cricket-swamp": 1,
"cricket-warm-night": 1,
"frog": 1,
"mouring_dove": 1
},
"taiga": {
"overall": 1,
"bird-ambience-huge": 1
},
"underwater": {
"overall": 1,
"underwater": 1,
"underwater-deep": 1
},
"underworld": {
"overall": 1,
"underworld": 1
},
"warden": {
"overall": 1,
"warden": 1
}
},
"categories": {
"animal": {
"animal": 1,
"bird": {
"bird": 1,
"bird_day": 1,
"bird_night": 1
},
"cicadas": 1,
"cricket": {
"cricket": 1,
"cricket_day": 1,
"cricket_night": 1
}
},
"cave": 1,
"weather": 1,
"wind": 1
},
"fade-volume": 0.005,
"fade-pitch": 0.005,
"silent-dimensions": []
}

27
config/tectonic.json Normal file
View file

@ -0,0 +1,27 @@
{
"experimental": {
// The increased height setting will change the max Overworld build and generation height to y640.
// The horizontal mountain scale setting will change the thickness of mountain ranges and the spacing between them.
// Lower values = thicker mountain ranges and more space between ranges. 0.15-0.25 is the sweet spot.
// The terrain scale setting will vertically stretch/compress terrain. Higher values = more extreme terrain heights.
"horizontal_mountain_scale": 0.25,
"increased_height": true,
"terrain_scale": 1.125
},
"features": {
// Enabling deeper oceans will lower vanilla ocean monuments to compensate for lower depth.
// Snow start offset moves where snow starts, preventing biomes like Taigas looking weird next to mountain ranges.
"deeper_oceans": true,
"desert_dunes": true,
"lava_rivers": true,
"snow_start_offset": 128,
"underground_rivers": true
},
"legacy": {
// Tectonic v1 worlds have old biome data preventing them from being opened in Tectonic v2.1+.
// Enabling legacy mode will add back the biomes and upgrade worlds to the new format upon opening them.
// Once a world is upgraded by opening it, turn off legacy mode.
"enabled": false
},
"mod_enabled": true
}

View file

@ -0,0 +1,36 @@
[chopping]
#Default setting for the effect that sneaking has on chopping (can be cycled in-game)
#Allowed Values: NONE, INVERT_CHOPPING, INVERT_FELLING
sneakBehavior = "INVERT_CHOPPING"
#Ignore trees without connected leaves (can be toggled in-game)
treesMustHaveLeaves = true
#Enable chopping in creative mode (even when false, sneaking can still enable chopping) (can be toggled in-game)
chopInCreativeMode = false
#Default setting for whether or not the user wishes to chop (can be toggled in-game)
choppingEnabled = true
#Default setting for whether or not the user wishes to fell tree when chopping (can be toggled in-game)
fellingEnabled = true
[visuals]
#Visually replace the interior sides of logs with a chopped texture instead of bark
removeBarkOnInteriorLogs = true
[visuals.choppingIndicator]
#Vertical location of the indicator relative to the player's crosshairs; positive values move the indicator down
#Range: -256 ~ 256
yOffset = 0
#Horizontal location of the indicator relative to the player's crosshairs; positive values move the indicator to the right
#Range: -256 ~ 256
xOffset = 16
#Show an on-screen indicator when a block will be chopped instead of broken (can be toggled in-game)
enabled = true
[settingsScreen]
#Show chat confirmations when using hotkeys to change chop settings (can be toggled in-game)
showFeedbackMessages = true
#Show in-game options for enabling and disable felling (can be toggled in-game)
showFellingOptions = false
#Show tooltips in the settings screen (can be toggled in-game)
showTooltips = true

9
error.txt Normal file
View file

@ -0,0 +1,9 @@
https://www.curseforge.com/projects/350464
https://www.curseforge.com/projects/667389
https://modrinth.com/plugin/dynmap
https://modrinth.com/datapack/ctov-wizards-compat
https://www.curseforge.com/projects/983862
https://www.curseforge.com/projects/350464
https://www.curseforge.com/projects/667389
https://modrinth.com/plugin/dynmap
https://modrinth.com/datapack/ctov-wizards-compat

1444
index.toml Normal file

File diff suppressed because it is too large Load diff

View file

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

13
mods/aileron.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Aileron"
filename = "aileron-1.20.1-fabric-1.0.3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/b8kG1VGq/versions/AsJWwz7I/aileron-1.20.1-fabric-1.0.3.jar"
hash-format = "sha512"
hash = "f9de22f75f1063d6ad8515046a5576883bebc579940df5b5a8a9fa13c187d606fd7002c34d2f2002cd224ae749d8f4f771d23eb679858fb4ca8a321067fce9df"
[update]
[update.modrinth]
mod-id = "b8kG1VGq"
version = "AsJWwz7I"

View file

@ -0,0 +1,13 @@
name = "Almost Unified"
filename = "almostunified-fabric-1.20.1-0.9.4.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "0b80c820186244667e9f3f326ad864355cc1407b"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5517425
project-id = 633823

View file

@ -0,0 +1,13 @@
name = "AmbientSounds"
filename = "AmbientSounds_FABRIC_v6.1.4_mc1.20.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/fM515JnW/versions/KRg74QMN/AmbientSounds_FABRIC_v6.1.4_mc1.20.1.jar"
hash-format = "sha512"
hash = "42746a254a5c61dc5ae1182ec41e9ddec8200f49f8e076ef74e2ad524163a922a35984fd96f5f1dcd5bdae090a0356df3be4f4e6e41fbb57302603d97911e83c"
[update]
[update.modrinth]
mod-id = "fM515JnW"
version = "KRg74QMN"

13
mods/amendments.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Amendments"
filename = "amendments-1.20-1.2.12-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/6iTJugQR/versions/jJplEQRv/amendments-1.20-1.2.12-fabric.jar"
hash-format = "sha512"
hash = "cd1e4dbd5148b454566a4dc48f1d6f29280c5b8147c3768cabf24e909c2676c8a9826bcd330fc3cb61d08d0b7da6492a379c1026ffd6b88f64b794ced717324c"
[update]
[update.modrinth]
mod-id = "6iTJugQR"
version = "jJplEQRv"

View file

@ -0,0 +1,13 @@
name = "Another Furniture"
filename = "another_furniture-fabric-1.20.1-3.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ulloLmqG/versions/YKKY0UDo/another_furniture-fabric-1.20.1-3.0.1.jar"
hash-format = "sha512"
hash = "eb3f7d7eed6dae4bf90794cb3d7688a2b366304fe0027198428b154a827a17b817a1a75ba7d3a581ec5ea9436c487effac5edc938791a4211ad546ff65257437"
[update]
[update.modrinth]
mod-id = "ulloLmqG"
version = "YKKY0UDo"

View file

@ -0,0 +1,13 @@
name = "Antique Atlas 4"
filename = "antique-atlas-2.10.0+1.20.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Y5Ve4Ui4/versions/lFYHSK5X/antique-atlas-2.10.0%2B1.20.jar"
hash-format = "sha512"
hash = "55d29b653658a557f06f59bf95a634f18f5570066be06ae77f37b9b8e4e1d79279a1ff2f3ab0fc479a4f860ddfff84a311f46338bb7c695bddee5a28b2cefbd9"
[update]
[update.modrinth]
mod-id = "Y5Ve4Ui4"
version = "lFYHSK5X"

13
mods/appleskin.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "AppleSkin"
filename = "appleskin-fabric-mc1.20.1-2.5.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/xcauwnEB/appleskin-fabric-mc1.20.1-2.5.1.jar"
hash-format = "sha512"
hash = "1544c3705133694a886233bdf75b0d03c9ab489421c1f9f30e51d8dd9f4dcab5826edbef4b7d477b81ac995253c6258844579a54243422b73446f6fb8653b979"
[update]
[update.modrinth]
mod-id = "EsAfCjCV"
version = "xcauwnEB"

13
mods/aquamirae.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Aquamirae"
filename = "Aquamirae-6.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/k23mNPhZ/versions/ouUaC54p/Aquamirae-6.jar"
hash-format = "sha512"
hash = "c047063fb7b54cf107554992a9341470c622c178a89a1135c9204b347034bf9dfc757f09f1f96fcc20852868c0c11fb18ca7151ec0e2b87556f516011b0f59b1"
[update]
[update.modrinth]
mod-id = "k23mNPhZ"
version = "ouUaC54p"

13
mods/archers.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Archers (RPG Series)"
filename = "archers-1.2.5+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/QgooUXAJ/versions/SOJ4DVD4/archers-1.2.5%2B1.20.1.jar"
hash-format = "sha512"
hash = "dde9c908c61a247ddf6505d1b7338b864428c743dfde582db7f26e0701eb197818ce0304a20613380c17328676595ef1dbecf41390920758f0a9eb94fe6549f2"
[update]
[update.modrinth]
mod-id = "QgooUXAJ"
version = "SOJ4DVD4"

View file

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

13
mods/athena-ctm.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Athena"
filename = "athena-fabric-1.20.1-3.1.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/b1ZV3DIJ/versions/mXJWSwbJ/athena-fabric-1.20.1-3.1.2.jar"
hash-format = "sha512"
hash = "e55d49348a9d944bbd19390c64a4f42a1375eaaf0cbd4d69b4f523e441d9d23ce9498c912db724260cde32a43b776832cb867161e0989995d974de7e19e12389"
[update]
[update.modrinth]
mod-id = "b1ZV3DIJ"
version = "mXJWSwbJ"

View file

@ -0,0 +1,13 @@
name = "AzureLib Armor"
filename = "azurelibarmor-fabric-1.20.1-2.0.14.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/pduQXSbl/versions/tSxCdYXC/azurelibarmor-fabric-1.20.1-2.0.14.jar"
hash-format = "sha512"
hash = "ee9905b4b73ea042c39ab96203c98620dad5a3befe8ef5a605e1b18d0910c3f96bfcb8520102a09ae34d2c9b4ccc498928218c879629f122a8f5decb6a6b96df"
[update]
[update.modrinth]
mod-id = "pduQXSbl"
version = "tSxCdYXC"

13
mods/badstdout.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "BadStdOut"
filename = "badstdout-1.1.1-1.20.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9Y8sMRVG/versions/RSjDPkRp/badstdout-1.1.1-1.20.jar"
hash-format = "sha512"
hash = "c207cda59ab17a01c53266a8230bc911562028031b8dc5bf75b6c6ec6fcd35ccd84087fb197f31fb1f40952722d862a824c245d655225893a19118aa2523b175"
[update]
[update.modrinth]
mod-id = "9Y8sMRVG"
version = "RSjDPkRp"

13
mods/bclib.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "BCLib"
filename = "bclib-3.0.14.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/BgNRHReB/versions/TPC86Pyz/bclib-3.0.14.jar"
hash-format = "sha512"
hash = "bc35cc37a221fbc6f7fca293e72aad0877d8c9d07067ff0b4c8f51dcddbb82ac7cbbb86d1550eef7690bcd1ecf09625f0389f39ae9a252eec5d8511ba7deec4a"
[update]
[update.modrinth]
mod-id = "BgNRHReB"
version = "TPC86Pyz"

View file

@ -0,0 +1,13 @@
name = "Beans Backpacks (Legacy)"
filename = "BeansBackpacks-fabric-1.20.1-2.0.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/kYt0MSgT/versions/tRrZGZ5U/BeansBackpacks-fabric-1.20.1-2.0.2.jar"
hash-format = "sha512"
hash = "ddf60f44c5b368ea17f6fa232410be738dcee2336f5ec0e2539d97399ed7cabd328c10fe2cd401d402d3643950f6a18d42d9be02c4148151d18ead50c0e344c7"
[update]
[update.modrinth]
mod-id = "kYt0MSgT"
version = "tRrZGZ5U"

View file

@ -0,0 +1,13 @@
name = "Beautify: Refabricated"
filename = "beautify-1.2.0+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/DhSSvaxs/versions/6tIaagwA/beautify-1.2.0%2B1.20.1.jar"
hash-format = "sha512"
hash = "2d6fc3c9a3a53328e56771ff60852b6913975ef167f369993a42d3bc657dc60eb662bbfb0e60fa54ac1d091dc4cb1ecf08902c85fcf9ca4a1d36df27011a776f"
[update]
[update.modrinth]
mod-id = "DhSSvaxs"
version = "6tIaagwA"

13
mods/beetlebox.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Beetlebox"
filename = "beetlebox-1.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/N1P4KKDZ/versions/NbugcenK/beetlebox-1.2.jar"
hash-format = "sha512"
hash = "4f081f67daa289cc8c8fd2ee9be9adddb1f6b7538a1b6074e0d62fc4a42c7638be6043127cd073205b5e2956eb9947df9cc183d97b32bff098c4513754bf879d"
[update]
[update.modrinth]
mod-id = "N1P4KKDZ"
version = "NbugcenK"

View file

@ -0,0 +1,13 @@
name = "Create: Bells & Whistles"
filename = "bellsandwhistles-0.4.5+1.20.1-FABRIC.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/gJ5afkVv/versions/m0GUubvz/bellsandwhistles-0.4.5%2B1.20.1-FABRIC.jar"
hash-format = "sha512"
hash = "5c7207da3badad77a394e54d18cc38f5933ddec60a2d86b223ed3c0dbd89b6fd135774215d79190157b2f60ee5bd644dca81c4e225db2d1ebde1bcdab3e8dcca"
[update]
[update.modrinth]
mod-id = "gJ5afkVv"
version = "m0GUubvz"

View file

@ -0,0 +1,13 @@
name = "Better Archeology"
filename = "betterarcheology-1.2.1-1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/zCh7omyG/versions/QNQXrdhi/betterarcheology-1.2.1-1.20.1.jar"
hash-format = "sha512"
hash = "adde77f1e5bcd7092dc7f769fe573ac06a168ad1de4b914ef688f6ab2247093fc38f64518980f28e381096281444058ab5dbadf6d86a4a8e5645c246b289c696"
[update]
[update.modrinth]
mod-id = "zCh7omyG"
version = "QNQXrdhi"

View file

@ -0,0 +1,13 @@
name = "Better Clouds"
filename = "better-clouds-1.3.25+1.20.1-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/5srFLIaK/versions/qAYDvCSj/better-clouds-1.3.25%2B1.20.1-fabric.jar"
hash-format = "sha512"
hash = "c729f84cbe0eb5c65ddc3a8b3ff9a77be09c455f6f4c84eac5d040ecd7e18f4b90bf006032cff8d76750a1865bc1bfadd8a34f5e48ec1c2fd985e20c201e0f20"
[update]
[update.modrinth]
mod-id = "5srFLIaK"
version = "qAYDvCSj"

View file

@ -0,0 +1,13 @@
name = "Better Fabric Console"
filename = "better-fabric-console-mc1.20.1-1.1.6.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/Y8o1j1Sf/versions/8YUqYot0/better-fabric-console-mc1.20.1-1.1.6.jar"
hash-format = "sha512"
hash = "2a82b76b75d58482b6e21d5c18b74a9856bb2be2bb6a6224b8a28fe0306258e96abbfc0e7b48b60be0b5b2e5aa573f887559f7f02f8367a7328d568017c4b8aa"
[update]
[update.modrinth]
mod-id = "Y8o1j1Sf"
version = "8YUqYot0"

13
mods/better-stats.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Better Statistics Screen"
filename = "betterstats-3.12.6+fabric-1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/n6PXGAoM/versions/Ktw36uDC/betterstats-3.12.6%2Bfabric-1.20.1.jar"
hash-format = "sha512"
hash = "412824d45c63dec7a629b9efc16ed9fe08c256a8754b54f8052b2a346c7f0febe359757077d5683321b8fffb059707b29a385ae171d6dfaf6e3fb2db26c9a0de"
[update]
[update.modrinth]
mod-id = "n6PXGAoM"
version = "Ktw36uDC"

View file

@ -0,0 +1,13 @@
name = "Better Third Person"
filename = "BetterThirdPerson-Fabric-1.20-1.9.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/G1s2WpNo/versions/1yJzEpzh/BetterThirdPerson-Fabric-1.20-1.9.0.jar"
hash-format = "sha512"
hash = "cfc22f3247dea81f5782f88b8cb72debb41025f575a97618f8ce667d31f8903bbbcb80955e7e378defa9eb447a725424170b63e5415157faed6f2e79198c10af"
[update]
[update.modrinth]
mod-id = "G1s2WpNo"
version = "1yJzEpzh"

13
mods/betterend.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "BetterEnd"
filename = "better-end-4.0.11.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/gc8OEnCC/versions/7QwyTILr/better-end-4.0.11.jar"
hash-format = "sha512"
hash = "5faae5cb3d8759837ec341c605dd9c8b6b32a908e7e1f1248b3b2567c5f9969079df33694cdfb6c743a732bfc9d5824843a93edec07f09e68f8b408e355d15e7"
[update]
[update.modrinth]
mod-id = "gc8OEnCC"
version = "7QwyTILr"

13
mods/betternether.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "BetterNether"
filename = "better-nether-9.0.10.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/MpzVLzy5/versions/IG7kgtJH/better-nether-9.0.10.jar"
hash-format = "sha512"
hash = "0ef96b8409904c0ce1b9a875260f252615d7b46704082cfd10ffee88d2d506984ad0c31a91e5cb3392f454bc646b7676c392ac94d78474f156aa519f9501f3d0"
[update]
[update.modrinth]
mod-id = "MpzVLzy5"
version = "IG7kgtJH"

View file

@ -0,0 +1,13 @@
name = "Birds | Boids Addon"
filename = "birdsboids-1.1.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/CvX6rOtB/versions/JK2QzDCr/birdsboids-1.1.0.jar"
hash-format = "sha512"
hash = "46df525e4523facfb286a882f6d3c38a1cf01c63e632ce70438d5307d3b2e94841ceaacabe02edff679bd1361c1ba1a20fb6fc219f4fab3535c9215dfb3cc5f9"
[update]
[update.modrinth]
mod-id = "CvX6rOtB"
version = "JK2QzDCr"

13
mods/boids.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Boids"
filename = "Boids-1.2.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/2OckSy74/versions/14pDAJuk/Boids-1.2.2.jar"
hash-format = "sha512"
hash = "6dad511e8cc523d82ab64005664a65ebc1b3c4ab594c4c6da5966d59a825a7ab2157f4ca8cef2fc6bef2bbcf0130300a046b80f0f0390a2c9cdc6f6b26ed60d3"
[update]
[update.modrinth]
mod-id = "2OckSy74"
version = "14pDAJuk"

View file

@ -0,0 +1,13 @@
name = "Bookshelf"
filename = "Bookshelf-Fabric-1.20.1-20.2.13.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/uy4Cnpcm/versions/CBnLZwRS/Bookshelf-Fabric-1.20.1-20.2.13.jar"
hash-format = "sha512"
hash = "6cc0536833c4f1922711da91c3baf3a79b4bf8c72aa548a34e8f4852fc9b1cb51f21729c58544fbe05909fd3e1da316d1f885033af5844024cea936c3626e3d2"
[update]
[update.modrinth]
mod-id = "uy4Cnpcm"
version = "CBnLZwRS"

View file

@ -0,0 +1,13 @@
name = "Borderless Mining"
filename = "borderless-mining-1.1.8+1.20.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/kYq5qkSL/versions/lhrW53q7/borderless-mining-1.1.8%2B1.20.1.jar"
hash-format = "sha512"
hash = "ca30d3fea6cae4c206789d7461edeedfb294a96e5eaebf60075baf3326e1021979cd94e29ade9096f25bfeb8cb36b6c6659d480ad24b1572c0c79efc6ee5e420"
[update]
[update.modrinth]
mod-id = "kYq5qkSL"
version = "lhrW53q7"

13
mods/botarium.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Botarium"
filename = "botarium-fabric-1.20.1-2.3.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/2u6LRnMa/versions/f3ATcSfq/botarium-fabric-1.20.1-2.3.4.jar"
hash-format = "sha512"
hash = "03589a8d05c17dbb4271c212d0eb00c53d9d5c0705f63c7816ff9e099245db71f94e7c544e323beaeac28d30bd3807eeccb1352792cb6d778ff6ecf68f4635c7"
[update]
[update.modrinth]
mod-id = "2u6LRnMa"
version = "f3ATcSfq"

13
mods/bountiful.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Bountiful"
filename = "Bountiful-6.0.4+1.20.1-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/BpwWFOVM/versions/E9PUxeM9/Bountiful-6.0.4%2B1.20.1-fabric.jar"
hash-format = "sha512"
hash = "71716ad25123ccef2b7b7b5ff435e6585510c569060762d666ceedc6f03d28afc2ed762f6b415a01ed3b09ab1180ac0f39efe250811e4cb2304c3bb5f1415903"
[update]
[update.modrinth]
mod-id = "BpwWFOVM"
version = "E9PUxeM9"

13
mods/c2me-fabric.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Concurrent Chunk Management Engine (Fabric)"
filename = "c2me-fabric-mc1.20.1-0.2.0+alpha.11.13.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/LRL5QAZY/c2me-fabric-mc1.20.1-0.2.0%2Balpha.11.13.jar"
hash-format = "sha512"
hash = "b4ea87f710dbe1703f68611cfbbc3dac11d50b78af90b5ee52f32d29018f47f6ea7bf8d9de330cff1437db8c9ca004f94d436f711aa90279f8fce316fba21523"
[update]
[update.modrinth]
mod-id = "VSNURh3q"
version = "LRL5QAZY"

13
mods/cat-loaf.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Cat Loaf"
filename = "catloaf-1.1.0-1.20.x-FABRIC.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Q1ZgOTni/versions/4Tg5EAsN/catloaf-1.1.0-1.20.x-FABRIC.jar"
hash-format = "sha512"
hash = "583795b4659aaebedcb90e515275d4378f40013ac1911fd5356c6e20f42e3505645f40ceb0c31ab9298614116a51c5e757ac1887dd4e64f1604bec4fae7df665"
[update]
[update.modrinth]
mod-id = "Q1ZgOTni"
version = "4Tg5EAsN"

13
mods/cat_jam.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "cat_jam"
filename = "cat_jam-fabric-mc1.20-1.3.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/x3s69afN/versions/Q4DJyoRR/cat_jam-fabric-mc1.20-1.3.1.jar"
hash-format = "sha512"
hash = "7414e968bff8346ebbb83cc18723c66c589b2bfdea2bb1cee9b3039cc796d558f6951aa30f420bce9ec005699d0a80aa4d547a717862665eee46a5f7f2dbe963"
[update]
[update.modrinth]
mod-id = "x3s69afN"
version = "Q4DJyoRR"

13
mods/cc-tweaked.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "CC: Tweaked"
filename = "cc-tweaked-1.20.1-fabric-1.114.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/gu7yAYhd/versions/h2Kak2Xm/cc-tweaked-1.20.1-fabric-1.114.2.jar"
hash-format = "sha512"
hash = "c4ebea128203b72f7075bd3403effd7cb0caff99b39bf102c78308a112044d37f22f566a354d5190e1469b873416b07d6afb175379836c917a46242c8a7b33b2"
[update]
[update.modrinth]
mod-id = "gu7yAYhd"
version = "h2Kak2Xm"

13
mods/cccbridge.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "CC:C Bridge"
filename = "cccbridge-mc1.20.1-fabric-v1.6.2b.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/fXt291FO/versions/57pJUQQM/cccbridge-mc1.20.1-fabric-v1.6.2b.jar"
hash-format = "sha512"
hash = "f9311e1f851298478adafc8e22c98d9aee9c8b9783bde726c296991f725d7a3c611b4087136d8af1958673c795c4b3025f3b87abeb877502ecdeffa4cc8e934d"
[update]
[update.modrinth]
mod-id = "fXt291FO"
version = "57pJUQQM"

View file

@ -0,0 +1,13 @@
name = "Chalk: Colorful Addon"
filename = "chalk-colorful-addon-2.1.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/VPJS28NH/versions/gvVFiwqG/chalk-colorful-addon-2.1.1.jar"
hash-format = "sha512"
hash = "7efc1d5c7e2589eaf02bddb3798b4db6c0dcc8e3a8deccad428c1081cd397f249983a3b8deb6f7b336ef59997ce26290fa6687390ed7709550cf1421eedc8417"
[update]
[update.modrinth]
mod-id = "VPJS28NH"
version = "gvVFiwqG"

13
mods/chalk.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Chalk (Fabric)"
filename = "chalk-2.2.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/OrtjXTCH/versions/AnIA4EcY/chalk-2.2.4.jar"
hash-format = "sha512"
hash = "75d8a61b9d037f8bae30d6694dab4813b5f77fdf20c0bfd7a6ec9d2e25815cc03473b28a0366cbf33eda9bd90070e3d6a442fc051270161741b1924eba201a7e"
[update]
[update.modrinth]
mod-id = "OrtjXTCH"
version = "AnIA4EcY"

View file

@ -0,0 +1,13 @@
name = "Charm of Undying"
filename = "charmofundying-quilt-6.5.0+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/b5GyyYkp/versions/75dDrCqo/charmofundying-quilt-6.5.0%2B1.20.1.jar"
hash-format = "sha512"
hash = "0760e837c228eb26966e1ec2d676c6d0ba55c9c091322a177d9e7f84120d07e9101116ea96353b21a6d595852af8f7c399273761594cc86d2986b3a3799b974e"
[update]
[update.modrinth]
mod-id = "b5GyyYkp"
version = "75dDrCqo"

13
mods/chat-heads.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Chat Heads"
filename = "chat_heads-0.13.7-fabric-1.20.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/fKY4vKuA/chat_heads-0.13.7-fabric-1.20.jar"
hash-format = "sha512"
hash = "7599760e99c7e7e987377d78c5b866640dc44cc0ddceaa62fcd34b171ec7a351f704eed608040929bbae8f3af6f612b944ca4b0be4a7bb58544b6463e38f857d"
[update]
[update.modrinth]
mod-id = "Wb5oqrBJ"
version = "fKY4vKuA"

View file

@ -0,0 +1,13 @@
name = "Chef's Delight"
filename = "chefs-delight-1.0.3-fabric-1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/pvcsfne4/versions/hV0Pl3WP/chefs-delight-1.0.3-fabric-1.20.1.jar"
hash-format = "sha512"
hash = "a23d87995efbc17ca6fed066718e863749f3df744e7c848e5f7879947084688657c32ff0071397c01d6ff616efa652b04dfc59df2fb202a7d071838f2017096e"
[update]
[update.modrinth]
mod-id = "pvcsfne4"
version = "hV0Pl3WP"

View file

@ -0,0 +1,13 @@
name = "Chested Companions"
filename = "chestedcompanions-1.3.1-1.20.1-FABRIC.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "da4df8d216de569c1df65dbe3e4d663903f24e90"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5293908
project-id = 983862

13
mods/chimes.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Chimes"
filename = "Chimes-v2.0.1-1.20.1-Fabric.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "5477114f82c8e200f000828276567918f0e074e8"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4671968
project-id = 350464

View file

@ -0,0 +1,13 @@
name = "Chipped x Create Fabric"
filename = "chcf-1.0.0.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/Ncbuvyrf/versions/Q9Q2uYPe/chcf-1.0.0.jar"
hash-format = "sha512"
hash = "af76127fb18b0e433a574932e47752033eeb848aa8982ce5bf1347152094e8b107d1bc69c6a1341c6fe24cc5e0d41d2169a2c2c022c595ff6a92f63eddde39f3"
[update]
[update.modrinth]
mod-id = "Ncbuvyrf"
version = "Q9Q2uYPe"

13
mods/chipped.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Chipped"
filename = "chipped-fabric-1.20.1-3.0.7.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/BAscRYKm/versions/pwyEaKDs/chipped-fabric-1.20.1-3.0.7.jar"
hash-format = "sha512"
hash = "5e12cc2ac7aec827a06fb9358fa53a25040428ae0f192a96305b129b084073154a6ae862d6875f6a02fe89a7a11d253049ce90b292f4c4ab2c72a9c94b93c9b0"
[update]
[update.modrinth]
mod-id = "BAscRYKm"
version = "pwyEaKDs"

13
mods/chunky.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Chunky"
filename = "Chunky-1.3.146.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/fALzjamp/versions/NHWYq9at/Chunky-1.3.146.jar"
hash-format = "sha512"
hash = "9dbb82993302a8dfbe6ce1f46a051d72b5ada924424f4e23674ce660d209257584159a33248fa9247793e9ba03d3a117299ce1ff6685f06a7fb87c96504459aa"
[update]
[update.modrinth]
mod-id = "fALzjamp"
version = "NHWYq9at"

13
mods/cicada.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "CICADA"
filename = "cicada-lib-0.9.2+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/IwCkru1D/versions/vQa9oDJZ/cicada-lib-0.9.2%2B1.20.1.jar"
hash-format = "sha512"
hash = "d7a705e5d5e0cd993bfebd85e80e7763519510d9af111d1baa803a628267245a45c3c4eef7f19c817dc3db3b8c2b12b58dd6e4fc7b1c76ce149981ab5c9dd171"
[update]
[update.modrinth]
mod-id = "IwCkru1D"
version = "vQa9oDJZ"

13
mods/cloth-config.pw.toml Normal file
View file

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

13
mods/comforts.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Comforts"
filename = "comforts-quilt-6.4.0+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/SaCpeal4/versions/p7ktD9Ks/comforts-quilt-6.4.0%2B1.20.1.jar"
hash-format = "sha512"
hash = "09af87f08f5e5afbb6c3f430a621ca548a4d4b05a5e45300f97a87e9461fb3a36ba637cf980c5e99624acd8c94c2f87e576ba7302c777ec3ca322e58bc3f93dd"
[update]
[update.modrinth]
mod-id = "SaCpeal4"
version = "p7ktD9Ks"

13
mods/continuity.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Continuity"
filename = "continuity-3.0.0+1.20.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/1IjD5062/versions/qGTDcjHM/continuity-3.0.0%2B1.20.1.jar"
hash-format = "sha512"
hash = "7205cae3c534fd5d5328a9659146911381c06e54da995aabd11745ad72def5bd5120b7cb792fab2e8dcaa4670c23bdba21079b8f6da94152cfc6ea4b415edcbf"
[update]
[update.modrinth]
mod-id = "1IjD5062"
version = "qGTDcjHM"

13
mods/coroutil.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "CoroUtil"
filename = "coroutil-fabric-1.20.1-1.3.7.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/rLLJ1OZM/versions/7tRnsYkP/coroutil-fabric-1.20.1-1.3.7.jar"
hash-format = "sha512"
hash = "4a03363dd9cfd517eb04bea77779c88e74f12c1dacadc726869cb9b595348d615e50041893ad72155f7ac2c359219604710d6157dec95a46fe0e598ef5642035"
[update]
[update.modrinth]
mod-id = "rLLJ1OZM"
version = "7tRnsYkP"

View file

@ -0,0 +1,13 @@
name = "Cozy's Improved Cats"
filename = "cozys-improved-cats-1.1.1-1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/5MaZBjPT/versions/QbfZFlxE/cozys-improved-cats-1.1.1-1.20.1.jar"
hash-format = "sha512"
hash = "4853a23357ecdb09be8f66167c1ceb8b4827581998af6940c6877ec2b9dbd60275b4c5b5a225740f13637b507d37741d58220e04c467c43bd3ab86a4028d5a24"
[update]
[update.modrinth]
mod-id = "5MaZBjPT"
version = "QbfZFlxE"

View file

@ -0,0 +1,13 @@
name = "Cozy's Improved Wolves"
filename = "cozys-improved-wolves-1.2.0-1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/N4PW8UQo/versions/gvHQbf2b/cozys-improved-wolves-1.2.0-1.20.1.jar"
hash-format = "sha512"
hash = "ddfe586a948a02a30f67727d33bb20d3744c6f057ff35e465bc66041eb69026515c792d4dba33d86caa22781619bf15161a2665aa362301e62b52821d9f9c007"
[update]
[update.modrinth]
mod-id = "N4PW8UQo"
version = "gvHQbf2b"

View file

@ -0,0 +1,13 @@
name = "Craft Slabs Back Into Blocks"
filename = "slabstoblocks-1.20.1-1-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/8MosnjaC/versions/lZiHQmlZ/slabstoblocks-1.20.1-1-fabric.jar"
hash-format = "sha512"
hash = "cbd42ddb8e3fc632cee073c3568d0c31825eea0647dea95780d5f35174fd15f919976478e4b3c97ce355caa1f4fd1f2d0a10ab9878f1a66cd48e6c55c57479f2"
[update]
[update.modrinth]
mod-id = "8MosnjaC"
version = "lZiHQmlZ"

13
mods/craftify.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Craftify"
filename = "Craftify-1.20.1-1.16.0-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/nrJ2NpD0/versions/re35cvGC/Craftify-1.20.1-1.16.0-fabric.jar"
hash-format = "sha512"
hash = "1315b7ca450e68124e027b6dbfaecc6bd17f53f04e676112d4d5574e9d5f8f3e214d98111949abcdec1cfa307a6ae25414bff8c391f477b12fb10af573b0efac"
[update]
[update.modrinth]
mod-id = "nrJ2NpD0"
version = "re35cvGC"

View file

@ -0,0 +1,13 @@
name = "Crate Delight (for Farmer's Delight)"
filename = "cratedelight-24.11.22-1.20-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9rlXSyLg/versions/nU9cqGRT/cratedelight-24.11.22-1.20-fabric.jar"
hash-format = "sha512"
hash = "7f820c536f9546c0dd2eefcf88e587138a4fd0cbc3a9e94c78ef2c3ede0d5e93b35221bf1a9e6176df1e5de2578dfe775336d862fdccd8b1ddc1e18495e5ed10"
[update]
[update.modrinth]
mod-id = "9rlXSyLg"
version = "nU9cqGRT"

View file

@ -0,0 +1,13 @@
name = "Create Big Cannons"
filename = "createbigcannons-5.7.2-mc.1.20.1-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/GWp4jCJj/versions/RGknZKMB/createbigcannons-5.7.2-mc.1.20.1-fabric.jar"
hash-format = "sha512"
hash = "04e9a2890da7b7268b0759fc5d2141733541f16a76086031e497cd6a1d69aafe68a3e1b82210333473ff3f4d69450bf83e3f5b32c7a4786b74889c68fb5352c7"
[update]
[update.modrinth]
mod-id = "GWp4jCJj"
version = "RGknZKMB"

View file

@ -0,0 +1,13 @@
name = "Create: Crystal Clear"
filename = "Crystal-Clear-2.1-Beta-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/h7QgiH72/versions/jCoGpP8a/Crystal-Clear-2.1-Beta-fabric.jar"
hash-format = "sha512"
hash = "e80461981dda1179cb15f57f39d41d7418af3d37f88f32d9cfa01a4f7d1dc2192d378ee415bc02d5616c3ea2b418fcc3f326423f5f7baf5886bfaf23ff2d725e"
[update]
[update.modrinth]
mod-id = "h7QgiH72"
version = "jCoGpP8a"

13
mods/create-deco.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Create Deco"
filename = "createdeco-2.0.2-1.20.1-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/sMvUb4Rb/versions/GsxgfeNu/createdeco-2.0.2-1.20.1-fabric.jar"
hash-format = "sha512"
hash = "f7ce4b520b7eb47fb9d1a8f510465b96673dee2d6f91ff0720713ee62143d095b399a980666538ebfb8b401fb5e93baf50a2cb2be6a4f2adfde2024f198a35c9"
[update]
[update.modrinth]
mod-id = "sMvUb4Rb"
version = "GsxgfeNu"

View file

@ -0,0 +1,13 @@
name = "Create: Dynamic Lights"
filename = "create-dyn-light-fabric1.20.1+1.0.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/evMQRxqV/versions/nJgqKQD5/create-dyn-light-fabric1.20.1%2B1.0.2.jar"
hash-format = "sha512"
hash = "d8645d381832384e1afb4675877d8633dec2cf52142cc69aa3f9dfd33ca1d4bb64e0fdb7e391fb32002730d73c59e2489cff6d8b2e047dd2607a16053b4fe4c9"
[update]
[update.modrinth]
mod-id = "evMQRxqV"
version = "nJgqKQD5"

View file

@ -0,0 +1,13 @@
name = "Create Fabric"
filename = "create-fabric-0.5.1-j-build.1631+mc1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/7Ub71nPb/create-fabric-0.5.1-j-build.1631%2Bmc1.20.1.jar"
hash-format = "sha512"
hash = "73ff936492c857ae411c10cae0194d64a56b98a1a7a9478ca13fe2a6e3ee155e327cf4590a3888aaa671561b4cf74de97f2f44224d7981b03a546e36236c3de2"
[update]
[update.modrinth]
mod-id = "Xbc0uyRg"
version = "7Ub71nPb"

13
mods/create-food.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Create: Food"
filename = "create-food-1.20.1-1.1.7-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/4HnO3el1/versions/6NvJ1FGY/create-food-1.20.1-1.1.7-fabric.jar"
hash-format = "sha512"
hash = "0105b2f4c5e35fadc0a906dc51017b07ff79111d6a03700a47dfcd7933c8059847edf1a49676012f298a1f31ae205087d67938453562e2f1fcdc22981675a3cd"
[update]
[update.modrinth]
mod-id = "4HnO3el1"
version = "6NvJ1FGY"

View file

@ -0,0 +1,13 @@
name = "Create: Pattern Schematics"
filename = "pattern_schematics-1.1.16+fabric-1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/cpqKG67r/versions/TTqV7pm1/pattern_schematics-1.1.16%2Bfabric-1.20.1.jar"
hash-format = "sha512"
hash = "a12f42c976de21c5f9f2ad193caf7d185f63816f46f3318170d499681aaffa3d973804772f0af9eaab4f08373558fd1b0e7e8c0c675b38859e77b9379856ae3e"
[update]
[update.modrinth]
mod-id = "cpqKG67r"
version = "TTqV7pm1"

View file

@ -0,0 +1,13 @@
name = "Create: Steam 'n' Rails"
filename = "Steam_Rails-1.6.9+fabric-mc1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ZzjhlDgM/versions/VFhdqLko/Steam_Rails-1.6.9%2Bfabric-mc1.20.1.jar"
hash-format = "sha512"
hash = "048a0cad7fd4f9eb7516ee557a8d427f4e65b7e7020a24f60fe171f5b84c53dc0a67b603fc4a7d063f15df05ae5e35fc4ff64ec1b8996ca6fc42833fc2f5d55b"
[update]
[update.modrinth]
mod-id = "ZzjhlDgM"
version = "VFhdqLko"

View file

@ -0,0 +1,13 @@
name = "Create: Structures"
filename = "create-structures-0.1.1-1.20.1-FABRIC.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/IAnP4np7/versions/nqsTHZwx/create-structures-0.1.1-1.20.1-FABRIC.jar"
hash-format = "sha512"
hash = "56d693c501b655d52dc21673efe003a99feedfa44cf89afed82fae97c1d6be8fd2c8a9d0c8f126ecbe37116bf2a4631b8bb725bdc870a3382e4791c49cce04b6"
[update]
[update.modrinth]
mod-id = "IAnP4np7"
version = "nqsTHZwx"

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

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

13
mods/cristel-lib.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Cristel Lib"
filename = "cristellib-1.1.5-fabric.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/cl223EMc/versions/tBnivdbu/cristellib-1.1.5-fabric.jar"
hash-format = "sha512"
hash = "50ac2ac365932c5ea43a8baa67c2509292ae810fbe15848f202160c0bac3ef5ae648f175ae93436a9226e5b082cec562fab8da17c524bb642360aa859ef52652"
[update]
[update.modrinth]
mod-id = "cl223EMc"
version = "tBnivdbu"

View file

@ -0,0 +1,13 @@
name = "ChoiceTheorem's Overhauled Village"
filename = "[fabric]ctov-3.4.10.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/fgmhI8kH/versions/tpKHcPzx/%5Bfabric%5Dctov-3.4.10.jar"
hash-format = "sha512"
hash = "6bec2cabba22cde27d1dc3546a3c559451cc1eb2044b612bc975f497fb48d21a4fcfe4f2012102997fb11d7536dadcdabdc61ded4cc3ca02e7dda272007a74c4"
[update]
[update.modrinth]
mod-id = "fgmhI8kH"
version = "tpKHcPzx"

View file

@ -0,0 +1,13 @@
name = "CTOV - Beautify Compat"
filename = "ctov-beautify-compat-2.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/iunZDj0l/versions/elBmQR7P/ctov-beautify-compat-2.0.jar"
hash-format = "sha512"
hash = "327891ba03becb4c2e70a40f09ff86ba8fb28ff0467f6d66901c7a86727464adced54841e32bcf2d96e90745b452bd7159e9f01d5af70d019c1faf101aaa7fc2"
[update]
[update.modrinth]
mod-id = "iunZDj0l"
version = "elBmQR7P"

View file

@ -0,0 +1,13 @@
name = "CTOV - Chef's delight Compat"
filename = "ctov-chefs-delight-compat-2.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/6PJbKvJH/versions/MVTYiQSv/ctov-chefs-delight-compat-2.0.jar"
hash-format = "sha512"
hash = "2922dcc2aaffb2e4861b30ca74fc9ad4ef5fd00161d032dc4a4543258f50dc59e8b4c6cadea2c7d1342048be97798637247308203925e9079295db0de633dde0"
[update]
[update.modrinth]
mod-id = "6PJbKvJH"
version = "MVTYiQSv"

View file

@ -0,0 +1,13 @@
name = "CTOV - Create: Structures"
filename = "ctov-create-structures-1.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/l9fldtN4/versions/hwClzDIs/ctov-create-structures-1.0.jar"
hash-format = "sha512"
hash = "105e53ae17a14f918c88f47a0465ad836f3000073813b5538bf9b5f72204050106d8d0813561c466306d16a76b6030c1394543968588d8dba8c19b972e9c3895"
[update]
[update.modrinth]
mod-id = "l9fldtN4"
version = "hwClzDIs"

View file

@ -0,0 +1,13 @@
name = "CTOV - Farmer Delight Compat"
filename = "ctov-farmers-delight-compat-2.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/CdRC4fyI/versions/qWJ0YcQq/ctov-farmers-delight-compat-2.1.jar"
hash-format = "sha512"
hash = "79724964a5e8c31356b2efa4c8811c928d2f5095016e19162de90d7d4c4fbba3dcaa49db003a5f3d588d177d7c7008551af8f77677f52831ec62e05f69547441"
[update]
[update.modrinth]
mod-id = "CdRC4fyI"
version = "qWJ0YcQq"

View file

@ -0,0 +1,13 @@
name = "CTOV - Friends and Foes Compat"
filename = "ctov-friends-and-foes-compat-2.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/kawJN2LZ/versions/BbKorFuj/ctov-friends-and-foes-compat-2.0.jar"
hash-format = "sha512"
hash = "43a5373b0f94b13fee6872a74cacdd51aa47b1d62b9212a7af4360bf47b66aa2f8165753aa2c344884a20287203c3b98b9b8f3afab2708fca0ebcb687308f4c8"
[update]
[update.modrinth]
mod-id = "kawJN2LZ"
version = "BbKorFuj"

View file

@ -0,0 +1,13 @@
name = "CTOV - Gazebo compat"
filename = "ctov-gazebo-compat-1.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/wE0hjz4k/versions/tDe5zXNn/ctov-gazebo-compat-1.0.jar"
hash-format = "sha512"
hash = "ba0b02f53c0be1e7b163f9089806d0840c7c6673fd3b98d42a8630f5fc89dd627af8f9c4a883c79e5f488ed495141681785be6b66cc3f6d6fbd67751024aebb1"
[update]
[update.modrinth]
mod-id = "wE0hjz4k"
version = "tDe5zXNn"

View file

@ -0,0 +1,13 @@
name = "CTOV - Paladins & Priests compat"
filename = "ctov-paladins-n-priests-compat-1.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/prik3cIi/versions/BmAdk4bU/ctov-paladins-n-priests-compat-1.0.jar"
hash-format = "sha512"
hash = "d432b748a530b966037124ee4ba087560182007a49e35bfbeca0cdd8a8aab6b716e7b64a17acdb78935ab6ac61115c54f76cdbf320c7825c7ef91b2a94ba8bce"
[update]
[update.modrinth]
mod-id = "prik3cIi"
version = "BmAdk4bU"

View file

@ -0,0 +1,13 @@
name = "Dahmer's Delight"
filename = "dahmersdelight-1.0.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Zk9hsr9r/versions/4ijauzac/dahmersdelight-1.0.2.jar"
hash-format = "sha512"
hash = "44c3ba6e2200171656a9c51a7899af218488f89994116dfe169b5f07ef9434c049b35ac68e835afce7dd6634337df469319fa3766c451147c93c49fdbcc750b7"
[update]
[update.modrinth]
mod-id = "Zk9hsr9r"
version = "4ijauzac"

View file

@ -0,0 +1,13 @@
name = "Damage Incorporated"
filename = "damage_incorporated-3.1.0+1.20.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9Ey6omWt/versions/H8z2lMOP/damage_incorporated-3.1.0%2B1.20.jar"
hash-format = "sha512"
hash = "4323caae9b46488a51c46ad6c5cef5373a1be71aa89f3ad0e3a7a4fe3f0e031bee468311e3fd6f7fab6c9faa162bbc4cba8b0a672ae433da9efdc84cacd9ff19"
[update]
[update.modrinth]
mod-id = "9Ey6omWt"
version = "H8z2lMOP"

13
mods/damageful.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Damageful"
filename = "Damageful-1.0.4.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/4P98GJzc/versions/c2d1AdT3/Damageful-1.0.4.jar"
hash-format = "sha512"
hash = "aa46d20a6a8b46e9e4fc0a97d363a8c8b6accea5a87491bfabb371e94879d95224cb5c57ba955a7149fdc6a5bc3e048b926d5ed470318c88f8cb76b0be995245"
[update]
[update.modrinth]
mod-id = "4P98GJzc"
version = "c2d1AdT3"

View file

@ -0,0 +1,13 @@
name = "Dark Loading Screen"
filename = "dark-loading-screen-1.6.14.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/h3XWIuzM/versions/HLjyJHzA/dark-loading-screen-1.6.14.jar"
hash-format = "sha512"
hash = "80c860cb47bbea7f564607fb27cafea541d774e29342c464277150f3b32ada5598979c4f429d38b7f3ec6d404e9421d096bd76daa9529fb816bd488e8a743d35"
[update]
[update.modrinth]
mod-id = "h3XWIuzM"
version = "HLjyJHzA"

View file

@ -0,0 +1,13 @@
name = "Dark Paintings"
filename = "DarkPaintings-Fabric-1.20.1-17.0.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/lFGQ4Hnk/versions/HlpPBlC2/DarkPaintings-Fabric-1.20.1-17.0.4.jar"
hash-format = "sha512"
hash = "2a7c74f7564fbbd43e926fdcf44589be180df02a7e081551f0ec684586782beb971b81a0d4824e9abe7dc83800ecbad762bc789933ccdb66f07c5aab318c5440"
[update]
[update.modrinth]
mod-id = "lFGQ4Hnk"
version = "HlpPBlC2"

View file

@ -0,0 +1,13 @@
name = "Delightful Creators [Fabric]"
filename = "delightful-creators-1.3-1.20.x-FDR-support.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/jmJ87gsb/versions/u29d1nXQ/delightful-creators-1.3-1.20.x-FDR-support.jar"
hash-format = "sha512"
hash = "1a5bf0d7adb63eeef3231854264b62cc6da01fee9aba08e0f2e50c080b4fca70336914775751bddc4dafd952b6f55f13e81f9f8aef49e66fd43a62fff6e44457"
[update]
[update.modrinth]
mod-id = "jmJ87gsb"
version = "u29d1nXQ"

View file

@ -0,0 +1,9 @@
name = "Distant Horizons"
filename = "DistantHorizons-2.3.0-b-dev-1.20.1-fabric-forge.jar"
side = "both"
[download]
url = "https://cdn.densmo.re/mc/DistantHorizons-2.3.0-b-dev-1.20.1-fabric-forge.jar"
hash-format = "sha512"
hash = "e96e504857d4c53c9cb189d632e1dbcd71972d68ad5f370b44feacf5737e0311d1c4da6b0e9287b4463d947418b1f14541cd75c7758953978d4d97d99d2f33b6"

View file

@ -0,0 +1,13 @@
name = "Do a Barrel Roll"
filename = "do_a_barrel_roll-fabric-3.6.1+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/6FtRfnLg/versions/CuLlUIYD/do_a_barrel_roll-fabric-3.6.1%2B1.20.1.jar"
hash-format = "sha512"
hash = "e2294aeb8589c5a0c7508a0b5ac575bc47f05fbf85db50c985f5165f9ee29292a0f8ee8d548083b151af0a9c843e4ec68d6ca8f1861c91f6b9446269190bf662"
[update]
[update.modrinth]
mod-id = "6FtRfnLg"
version = "CuLlUIYD"

View file

@ -0,0 +1,13 @@
name = "Dungeons and Taverns"
filename = "dungeons-and-taverns-3.0.3.f.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/tpehi7ww/versions/d1sY0JqV/dungeons-and-taverns-3.0.3.f.jar"
hash-format = "sha512"
hash = "73d56095b131f37c01ffde9ff5b495534e2ae0896eeec737e325dbea43644bb440fff5e48088cbf8809b226f1157125658bb68172cd7d4ab0aaf2afa72848146"
[update]
[update.modrinth]
mod-id = "tpehi7ww"
version = "d1sY0JqV"

View file

@ -0,0 +1,13 @@
name = "Durability Tooltip"
filename = "durabilitytooltip-1.1.5-fabric-mc1.20.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/smUP7V3r/versions/WmJeyttw/durabilitytooltip-1.1.5-fabric-mc1.20.jar"
hash-format = "sha512"
hash = "207d3f32d031bfc391ab267c64f87b9a90b0370aa5e579c217f6774f6a69aeac141c7b8a013d144ccde4f0ed0ce162071358e55cff632fb3d82ad4de8efcf5a3"
[update]
[update.modrinth]
mod-id = "smUP7V3r"
version = "WmJeyttw"

View file

@ -0,0 +1,13 @@
name = "Dusty Decorations"
filename = "DustyDecoRefabricated-1.1-1.20.1+1.20.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/KgFOuaiZ/versions/5YYQCnC1/DustyDecoRefabricated-1.1-1.20.1%2B1.20.2.jar"
hash-format = "sha512"
hash = "9c58ad324b0e8505b44755de8e308729ee6a839f165b586ae76d580668cb71d5bbef91079dc83e2833bb59905b071f8565d73263690768185b1a40abb1c7a5f1"
[update]
[update.modrinth]
mod-id = "KgFOuaiZ"
version = "5YYQCnC1"

13
mods/dwdsb.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Discs Where Discs Shouldn't Be"
filename = "dwdsb-1.6.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/wA5VlakK/versions/rmOG1ylF/dwdsb-1.6.0.jar"
hash-format = "sha512"
hash = "ddd8d8db4608b9553114c39d76d5b9e4f5300f7e1178c5629bacc2b9a836d282b63ad39ad3740a5ea73ca8becfd3523891715cd7a21fa34c1ccb3b119e143f8b"
[update]
[update.modrinth]
mod-id = "wA5VlakK"
version = "rmOG1ylF"

13
mods/dynamic-fps.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Dynamic FPS"
filename = "dynamic-fps-3.7.7+minecraft-1.20.0-quilt.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/piaUitaA/dynamic-fps-3.7.7%2Bminecraft-1.20.0-quilt.jar"
hash-format = "sha512"
hash = "a2734ab2eb0fd1d305e6e132b46bf52be30bb80f5b3fd08af639a266f3d6df5872b3a76269efbb89bd165f11a66c489004ae100dfbd1e3ba571b8b5b959fa525"
[update]
[update.modrinth]
mod-id = "LQ3K71Q1"
version = "piaUitaA"

View file

@ -0,0 +1,13 @@
name = "Eating Animation"
filename = "eating-animation-1.20+1.9.61.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/rUgZvGzi/versions/AqXSvu6M/eating-animation-1.20%2B1.9.61.jar"
hash-format = "sha512"
hash = "7470cd63b49cd797a21b30fefe11bd53e419ca8ed0eb01f498b801e83222685bbe853e7323f2e310874a3619628fece48ec69ea53cd391dd97a139c64225d077"
[update]
[update.modrinth]
mod-id = "rUgZvGzi"
version = "AqXSvu6M"

View file

@ -0,0 +1,13 @@
name = "Ender Dragon Fight Remastered"
filename = "edf-remastered-4.3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/HQsBdHGd/versions/sJX8dbua/edf-remastered-4.3.jar"
hash-format = "sha512"
hash = "a08f40e37344c5608ac31e67758107ee42a637140f94d0feb8d1920c19b4ab1eebc40d5bcc3e538f8404401029efdc6986ced158feb4e72bb48a561f7f376fa5"
[update]
[update.modrinth]
mod-id = "HQsBdHGd"
version = "sJX8dbua"

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