Minecraft 1.19
This commit is contained in:
parent
1056338c3b
commit
1a53363264
36 changed files with 149 additions and 174 deletions
|
@ -1,8 +1,8 @@
|
|||
A 1.18.2 minecraft modpack for general use and to improve quality of life on multiplayer servers that I play.
|
||||
A 1.19 Minecraft modpack for general use and to improve quality of life on multiplayer servers that I play.
|
||||
|
||||
Uses Fabric mod loader.
|
||||
Uses Quilt mod loader.
|
||||
|
||||
You can check what mods are used by checking what is in the [mods](./mods) folder.
|
||||
You can check what mods are used by checking what is contained in the [mods](./mods) folder.
|
||||
|
||||
## Note
|
||||
Modpack contains mods that might be aganist rules on some servers. You should always check if any mods that you use are allowed on servers that you play.
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"disable_ctm": false,
|
||||
"use_manual_culling": true
|
||||
}
|
|
@ -13,7 +13,7 @@ Reset_Time_on_Init=false
|
|||
Tooltip_Border_Color=0x505000FF
|
||||
Strip_Extra_Gui_Elements=false
|
||||
Gui_Messages=[default;In &screen&]
|
||||
Last_MC_Version_ID=758
|
||||
Last_MC_Version_ID=759
|
||||
Language_ID=en_us
|
||||
Verbose_Mode=false
|
||||
Enable_Per-Item_System=false
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
defaultDifficulty = "NORMAL"
|
||||
lockDifficulty = false
|
|
@ -1,8 +0,0 @@
|
|||
#Indigo properties file
|
||||
#Sat Apr 02 15:55:34 CEST 2022
|
||||
debug-compare-lighting=auto
|
||||
fix-exterior-vertex-lighting=auto
|
||||
ambient-occlusion-mode=hybrid
|
||||
always-tesselate-blocks=auto
|
||||
fix-smooth-lighting-offset=auto
|
||||
fix-luminous-block-ambient-occlusion=auto
|
|
@ -44,9 +44,16 @@
|
|||
"minecraft:spruce_leaves": {
|
||||
"spawnRateFactor": 1.0,
|
||||
"isConiferBlock": true
|
||||
},
|
||||
"minecraft:mangrove_leaves": {
|
||||
"spawnRateFactor": 1.0,
|
||||
"isConiferBlock": false
|
||||
}
|
||||
},
|
||||
"leafSpawners": [],
|
||||
"fallSpawnRateFactor": 1.8,
|
||||
"winterSpawnRateFactor": 0.1
|
||||
"winterSpawnRateFactor": 0.1,
|
||||
"startingSpawnRadius": 0,
|
||||
"decaySpawnRateFactor": 2.6,
|
||||
"maxDecayLeaves": 9
|
||||
}
|
|
@ -4,7 +4,7 @@
|
|||
// Sets the interval in milliseconds in which certain packets are fired.
|
||||
// Lower numbers increase the speed but might be rejected by servers.
|
||||
// default: 10
|
||||
// Must be greater or equal to 1
|
||||
// Must be greater or equal to 1
|
||||
interaction-rate: 10
|
||||
// Enables right-clicking in recipe books/villager trading to swiftly craft/trade.
|
||||
// default: true
|
||||
|
@ -23,6 +23,10 @@
|
|||
// This will impact performance though.
|
||||
// default: false
|
||||
better-fast-dragging: false
|
||||
// Sets the interval in milliseconds for singleplayer and local multiplayer.
|
||||
// default: 1
|
||||
// Must be greater or equal to 1
|
||||
integrated-interaction-rate: 1
|
||||
}
|
||||
scrolling: {
|
||||
// Enables scrolling of stacks
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"volume": 70,
|
||||
"clientPlayerVolume": 100,
|
||||
"otherPlayerVolume": 100,
|
||||
"runningVolumeIncrease": 0,
|
||||
"stance": "BIPED",
|
||||
"multiplayer": true,
|
||||
"global": true
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version:2975
|
||||
version:3105
|
||||
autoJump:false
|
||||
autoSuggestions:true
|
||||
chatColors:true
|
||||
|
@ -12,6 +12,7 @@ invertYMouse:false
|
|||
realmsNotifications:true
|
||||
reducedDebugInfo:false
|
||||
showSubtitles:false
|
||||
directionalAudio:false
|
||||
touchscreen:false
|
||||
fullscreen:false
|
||||
bobView:true
|
||||
|
@ -23,6 +24,7 @@ mouseSensitivity:0.5
|
|||
fov:0.0
|
||||
screenEffectScale:1.0
|
||||
fovEffectScale:1.0
|
||||
darknessEffectScale:1.0
|
||||
gamma:0.5
|
||||
renderDistance:12
|
||||
simulationDistance:12
|
||||
|
@ -30,17 +32,16 @@ entityDistanceScaling:1.0
|
|||
guiScale:2
|
||||
particles:0
|
||||
maxFps:120
|
||||
difficulty:2
|
||||
graphicsMode:1
|
||||
ao:2
|
||||
prioritizeChunkUpdates:0
|
||||
biomeBlendRadius:2
|
||||
renderClouds:true
|
||||
resourcePacks:["Fabric Mods"]
|
||||
renderClouds:"true"
|
||||
resourcePacks:[]
|
||||
incompatibleResourcePacks:[]
|
||||
lastServer:
|
||||
lang:en_us
|
||||
soundDevice:
|
||||
soundDevice:""
|
||||
chatVisibility:0
|
||||
chatOpacity:1.0
|
||||
chatLineSpacing:0.0
|
||||
|
@ -59,7 +60,7 @@ chatScale:1.0
|
|||
chatWidth:1.0
|
||||
mipmapLevels:4
|
||||
useNativeTransport:true
|
||||
mainHand:right
|
||||
mainHand:"right"
|
||||
attackIndicator:1
|
||||
narrator:0
|
||||
tutorialStep:none
|
||||
|
@ -74,6 +75,8 @@ hideBundleTutorial:false
|
|||
syncChunkWrites:true
|
||||
showAutosaveIndicator:true
|
||||
allowServerListing:true
|
||||
chatPreview:true
|
||||
onlyShowSecureChat:false
|
||||
key_key.attack:key.mouse.left
|
||||
key_key.use:key.mouse.right
|
||||
key_key.forward:key.keyboard.w
|
||||
|
|
73
index.toml
73
index.toml
|
@ -1,32 +1,20 @@
|
|||
hash-format = "sha256"
|
||||
|
||||
[[files]]
|
||||
file = "config/continuity.json"
|
||||
hash = "03a19a67749e08c8be9c653fa89bb3a2eb587a0d969fceb92052aa5e6e7adf09"
|
||||
|
||||
[[files]]
|
||||
file = "config/craftpresence.properties"
|
||||
hash = "a68a46e2a8e447a5fc6bbd3c5242bff42fe767c07afeca106f8e09d2d3fe25ca"
|
||||
hash = "66dea440cdcf45bcfad5346d65b17751a36ca64f98b85b96d13f8b2353d42cf8"
|
||||
|
||||
[[files]]
|
||||
file = "config/customwindowtitle-client.toml"
|
||||
hash = "103ab2253b65e0a98457fc2f753f3e18a9beefa290ca5e81bd7b1a76b1e870ae"
|
||||
|
||||
[[files]]
|
||||
file = "config/defaultoptions.toml"
|
||||
hash = "3e93640912ed3a9ddf871b45ccf373d7d8db57e50bcc2798e9b7112b2e031c67"
|
||||
|
||||
[[files]]
|
||||
file = "config/enhanced_bes.properties"
|
||||
hash = "0b909b5ebd8775bfcc0345a8bdc5a3b7c57ab864d6b52b68686849e4d94ccaea"
|
||||
|
||||
[[files]]
|
||||
file = "config/fabric/indigo-renderer.properties"
|
||||
hash = "aca683eda86a0d8c8cbce57648f3959078b40102f3429a4aefde0060e6a6466f"
|
||||
|
||||
[[files]]
|
||||
file = "config/fallingleaves.json"
|
||||
hash = "45b8c86d744fae5a2f28531fbedb9fd6151042412efe9e279472dc9fbbec9e1f"
|
||||
hash = "275bcc8b3edfade013cc150495a460c3127f95cc1c538b0844697f2c7bfc55b8"
|
||||
|
||||
[[files]]
|
||||
file = "config/inspecio.json"
|
||||
|
@ -50,7 +38,7 @@ hash = "6491b2472e4ba508059953bb5a0c6137c4d1b31e58e137b5ab985e2578971149"
|
|||
|
||||
[[files]]
|
||||
file = "config/mousewheelie.hjson"
|
||||
hash = "373fde454924a4f8d3a7f1debfcc206d4377bc8045cc11965dba4a59bf220dae"
|
||||
hash = "e0d25973400d429e5bae4abaf5474e8d5e8fab5a2e9f362d683bd46a3698e725"
|
||||
|
||||
[[files]]
|
||||
file = "config/perspectivemod/main.json5"
|
||||
|
@ -62,7 +50,7 @@ hash = "1e7c61df09c105e1eeca8cf3dcbdfeb976700e9904bcb3983fc7791adb7fad2e"
|
|||
|
||||
[[files]]
|
||||
file = "config/presencefootsteps/userconfig.json"
|
||||
hash = "c6955e896295fdc20ca7b6a3ecdfd8d7af50ef8c768e132cdffb35eaafd868b3"
|
||||
hash = "918f7304bfe12dd0c131475348c79759509b133ed1dfc520dffa44d2e412aca8"
|
||||
|
||||
[[files]]
|
||||
file = "config/shulkerboxtooltip.json5"
|
||||
|
@ -98,11 +86,11 @@ hash = "d21233a7086fb4388fa446fe090c9cc3262942fc9273275ccd6a0c1d0a412a16"
|
|||
|
||||
[[files]]
|
||||
file = "config/yosbr/options.txt"
|
||||
hash = "d98c13aa6baf65939a46724c1dbcd0aae6e1829f86cdc572db9a4b0035cc28cb"
|
||||
hash = "48f1c7c50b3d0879b81a16b0a19e6b0d59668d22c294034b304b7a175c844a0e"
|
||||
|
||||
[[files]]
|
||||
file = "mods/accurate-block-placement.pw.toml"
|
||||
hash = "a1f8631ecc0e71786e58aa97fca93347221e654564b8481ef5942cdecdafd1ac"
|
||||
hash = "ad1ab18d70d76f894aa813e37074356901db392885c76e5118fcb26fb17ae6dd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
@ -112,17 +100,17 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/architectury-api.pw.toml"
|
||||
hash = "01ec12c07032284b27afde5695c2fca99dfca2b785d06729fb13917a00a85c92"
|
||||
hash = "ef7ba7a2fca725ad5347728c4dd2ec445b0e4e6ba63da7de053a1bf5eff9c6c7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/continuity.pw.toml"
|
||||
hash = "3476857955abc3053155ef32f1479594d3a7b61e522d570d66f1d0d327b4ecf8"
|
||||
hash = "749bf88d67ff9ddf272dc48d82402dd61ea2812238dfca4feb1fd78440675456"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/craftpresence.pw.toml"
|
||||
hash = "5157d41d81287d176f93a1477f7ee44efcb81867af8049e2287309f7792c4666"
|
||||
hash = "e44e363f0c9c687cf467fa30b8607cd10cd2bd4829afefe2ce7d40a5e382bb2b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
@ -132,7 +120,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/enhanced-block-entities.pw.toml"
|
||||
hash = "f77bd3db91c9fc8f54fb546655c7835b01adcacbf455e8de33b276a0a30076f3"
|
||||
hash = "240f229d403e488b3dc3192a1224e872fa102df766af48ea50b429d267eabe9f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
@ -142,32 +130,31 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/fallingleaves.pw.toml"
|
||||
hash = "2c50cbfecc65d79312c01d4eacbc806ff33e7baedd50c851b96028af04135afe"
|
||||
hash = "200797c3f731a126fad409a7afa6e737af4a1e860a0d6954b48b18bb0922f3ec"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fix-alt-gr.pw.toml"
|
||||
hash = "d2ccb8f7ac3dadfdc14b2aaf8605c0a1e9d2b1b75d1c2aaef3bc9ca7bf604288"
|
||||
metafile = true
|
||||
file = "mods/fix-alt-gr-1.0.0-mc1.19-metadata-fix.jar"
|
||||
hash = "92400d95790b50743bea4b9434a21fce1b2b735d01634bc9e46ec59a7518e9b8"
|
||||
|
||||
[[files]]
|
||||
file = "mods/indium.pw.toml"
|
||||
hash = "502cd535f6cda8e1e0b0cf83a785e8d8f5702f18b8902ae0c765952d8cfe0b4a"
|
||||
hash = "bbbf79e3bc952411d58fb20119792dda0096b42784ff9398c5febd2a137153c4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/inspecio.pw.toml"
|
||||
hash = "0e89684da352997f2663602d571b67bcc840576f5c13fc32cafeb92054370325"
|
||||
hash = "69b2332cce080d4c2a8e76ca267866e86ca15959d0a0eb6de59e1b311d531666"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/inventory-profiles-next.pw.toml"
|
||||
hash = "822a9c97e55ea0b9ea13b2776e0ad231a673bb8262388986bc3e89b17dbbb8e1"
|
||||
hash = "26894893b73719ef3dd79e4a8b11bf407f5bd7987679b41c1f01fd454e82dfc1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/iris.pw.toml"
|
||||
hash = "955af3c751bf51e8a5ae1f396a48da1fa3a85be5698714599c05a8c5007de8de"
|
||||
hash = "e516d6d036f6d407a793c3b9a1fc5a8a817b05c9dc9d8677003fb0a512b2bf6f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
@ -182,12 +169,12 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/modmenu.pw.toml"
|
||||
hash = "6dc27377674c79509779c7b17d7db80748d9636c5d639b0e5f67f90b45f1a8e5"
|
||||
hash = "f0a7c49ae4417a753722da78046a7513e059e5964e21154f4aef50df6a1d6ed0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mouse-wheelie.pw.toml"
|
||||
hash = "d2a3a00adc376145cdadbc329c843edf002e037f97c8c27638b95162063d64a9"
|
||||
hash = "a83db6f7f755d1a3eb8452f88d1871586dce2b1bca6c7a39d2fb0109ea55420d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
@ -197,42 +184,42 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/presence-footsteps.pw.toml"
|
||||
hash = "593b7c2a291591f43c642779aa528174c453c657052c3d658f2040a0a43442d6"
|
||||
hash = "73a331eb8ba2203821613804d514d4da7974aa61d55e873686b9d7598077aee1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/qsl.pw.toml"
|
||||
hash = "2056e66a16b6e3bbef4e56eaeddc744e92acee372ebd8a3c7c90750170e61665"
|
||||
hash = "ce188971c0534b989e14ab1a0a6efb01a3fe871373a8f9522a4e40d31a19d672"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/reeses-sodium-options.pw.toml"
|
||||
hash = "c704ab1b78607e345633f54f6f0d3a4ffa9fdb37600c87a794bd67fab3ec9b54"
|
||||
hash = "b4d8e22f7916c1a2e8be07b708cd02d16bd730e382bb7ca36a615cf3e6782940"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/roughly-enough-items.pw.toml"
|
||||
hash = "05b06d2c528d2b31458646eeeb0c506f39d8bd17c37dcc3254098c0662b8363a"
|
||||
hash = "60d50882a3d9f4f8ffd0667061c285a97873b63b4ad7dec3df38ba8eb17ec1b5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/shulkerboxtooltip.pw.toml"
|
||||
hash = "010e81882aab141266a2255d475cf5e1dca19143a7ec9daa709ba49c889e5e72"
|
||||
hash = "afe3992254de807d9adc977e96fb3e55db65e18bc57077534d51bdd79443d0fc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sodium-extra.pw.toml"
|
||||
hash = "696826932a2a382de68f7c843847b6c8c8d5319c022503681494e3cff03e18ff"
|
||||
hash = "8bdc3c1b5079b7fbe89f995d1a100e1df8dcf47e73ef089abf444ecc8e320527"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sodium.pw.toml"
|
||||
hash = "f95b2fb43d80577d8f42bb6c60bd0e7aafe7db81a43e5122b7ee69941fccbaeb"
|
||||
hash = "0d539d8bad8493d4196bf5f7bf216d692384f283849fa41a2e5a816a0147673e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/tooltipfix.pw.toml"
|
||||
hash = "57279a8ae2d7c6e5053da3909d95254118db533d9a38c1a0763bf602d80c933d"
|
||||
hash = "5520c1dc76ba02ac7ab0648ca5facc2e5e65e6f98b5bc1c9b95d6f8be8280238"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
@ -242,12 +229,12 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/xaeros-minimap-fair-play-edition.pw.toml"
|
||||
hash = "440180d67191d797658dc5cbfefc63e6fce0c7444ec5ccbc4f44bfc5b4bef3ac"
|
||||
hash = "466f549840dab5be89dd8018c96b61d1b7b622e2ae4b5254df6e04939f0ea459"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-world-map.pw.toml"
|
||||
hash = "5e034cb854667958fbe8c1f65e40738102fbe89b664e9fbadc9bd4f9849e685e"
|
||||
hash = "4ff08115d4dec034c1fa2a5b933daf38cf4dfc31282b8e7ffa04db89c1cd307b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
@ -257,5 +244,5 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/zoomify.pw.toml"
|
||||
hash = "61e328b0d9324fb4f713a5e1a7aed8a97ead1de33f7496a623e6028e2b4544f5"
|
||||
hash = "eda1cc1a41819d633cc5161ea985aa3f4cbf8f7901496bbde160c885ea808628"
|
||||
metafile = true
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "Accurate Block Placement"
|
||||
filename = "accurate-block-placement-1.0.12.jar"
|
||||
filename = "accurate-block-placement-1.0.13.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3673/256/accurate-block-placement-1.0.12.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "ab08b5ef84c509ef66b941cf1d5be4a43baee5a8"
|
||||
hash = "973e7fc23cc4f65cf4b4910d8f94d2b981b88fef"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3673256
|
||||
file-id = 3825069
|
||||
project-id = 323316
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "Architectury API (Fabric/Forge)"
|
||||
filename = "architectury-4.4.68.jar"
|
||||
filename = "architectury-5.7.27-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "25caa4222a307016cb45cf8b6d27c09b507e2196"
|
||||
hash = "b1585ffd38c67619101e86c3c6319fa52efebf7c"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3807923
|
||||
file-id = 3834396
|
||||
project-id = 419699
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "Continuity"
|
||||
filename = "continuity-2.0.0+1.18.2.jar"
|
||||
filename = "continuity-2.0.0+1.19.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/1IjD5062/versions/2.0.0+1.18.2/continuity-2.0.0%2B1.18.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/1IjD5062/versions/2.0.0+1.19/continuity-2.0.0%2B1.19.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "55c8fb90c3c3af60a3c3d2dc28aa0a6a1b866c5c"
|
||||
hash = "ac4deeead3e1c4a3d54759f5d27c514f34f9115f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "1IjD5062"
|
||||
version = "Bl7pOAQf"
|
||||
version = "zcqSiVI3"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "CraftPresence"
|
||||
filename = "CraftPresence-Fabric-1.18.2-Release-1.8.8.jar"
|
||||
filename = "CraftPresence-Fabric-1.19-Release-1.8.8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3667/807/CraftPresence-Fabric-1.18.2-Release-1.8.8.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b0a2869863ba4fb3f9e46f2c9a013b0fbe64ebb7"
|
||||
hash = "b852a1e72ec18a92e6067bd593d92997bde8069a"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3667807
|
||||
file-id = 3821066
|
||||
project-id = 297038
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "Enhanced Block Entities"
|
||||
filename = "enhancedblockentities-0.7+1.18.2.jar"
|
||||
filename = "enhancedblockentities-0.7+1.19.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/OVuFYfre/versions/0.7+1.18.2/enhancedblockentities-0.7%2B1.18.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/OVuFYfre/versions/0.7+1.19/enhancedblockentities-0.7%2B1.19.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "bd318830b4aa5767a0fe1acc246ef3c07fd53282"
|
||||
hash = "374a8f0f01f5ba8fefda44888fd7f132e18a39e1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "OVuFYfre"
|
||||
version = "5FTTHyNq"
|
||||
version = "88qNYjJz"
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
name = "Falling Leaves"
|
||||
filename = "fallingleaves-1.11.1+1.18.2.jar"
|
||||
filename = "fallingleaves-1.12.1+1.19.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/WhbRG4iK/versions/1.11.1/fallingleaves-1.11.1%2B1.18.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/WhbRG4iK/versions/1.12.1/fallingleaves-1.12.1%2B1.19.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "eaedf924b6774ef266ca0382d38c6325aa37f331"
|
||||
mode = ""
|
||||
hash = "d729cab7e837448b3e08d69c98f2dcc0561d61fb"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "WhbRG4iK"
|
||||
version = "FaCaUOFs"
|
||||
version = "dWryIdUY"
|
||||
|
|
BIN
mods/fix-alt-gr-1.0.0-mc1.19-metadata-fix.jar
Normal file
BIN
mods/fix-alt-gr-1.0.0-mc1.19-metadata-fix.jar
Normal file
Binary file not shown.
|
@ -1,8 +0,0 @@
|
|||
name = "Fix AltGr"
|
||||
filename = "fix-alt-gr-1.0.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://github.com/MikolajKolek/fix-alt-gr/releases/download/1.0.0/fix-alt-gr-1.0.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "c8cf3328fa477bc2a99a2582404a190e1a028c79"
|
|
@ -1,14 +1,13 @@
|
|||
name = "Indium"
|
||||
filename = "indium-1.0.3+mc1.18.2.jar"
|
||||
filename = "indium-1.0.5+mc1.19.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/1.0.3+mc1.18.2/indium-1.0.3%2Bmc1.18.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/1.0.5+mc1.19/indium-1.0.5%2Bmc1.19.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a20793e65789fb9ef248d07dfd2fcd79e8afb53d"
|
||||
mode = ""
|
||||
hash = "97ac14960a972daa70803ffd0cfc4ed1aa9f7276"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Orvt0mRa"
|
||||
version = "ZxoJeTLg"
|
||||
version = "lK43uDfu"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "Inspecio"
|
||||
filename = "inspecio-1.4.1+1.18.jar"
|
||||
filename = "inspecio-1.4.2+1.19.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/a93H3mKU/versions/1.4.1+1.18/inspecio-1.4.1%2B1.18.jar"
|
||||
url = "https://cdn.modrinth.com/data/a93H3mKU/versions/1.4.2+1.19/inspecio-1.4.2%2B1.19.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "886b2d77f495b8725dbd8557fcb6437227e354f9"
|
||||
hash = "7a0a222d0db9b26f91411cea6ab788f7d734156d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "a93H3mKU"
|
||||
version = "6sfabi0J"
|
||||
version = "wCMFuXpW"
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
name = "Inventory Profiles Next"
|
||||
filename = "InventoryProfilesNext-fabric-1.18.2-1.5.0.jar"
|
||||
filename = "InventoryProfilesNext-fabric-1.19-1.5.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/O7RBXm3n/versions/fabric-1.18.2-1.5.0/InventoryProfilesNext-fabric-1.18.2-1.5.0.jar"
|
||||
url = "https://cdn.modrinth.com/data/O7RBXm3n/versions/fabric-1.19-1.5.0/InventoryProfilesNext-fabric-1.19-1.5.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "73c1c4077f30c7ac2f7cd9fda2678a80a41ec32e"
|
||||
mode = ""
|
||||
hash = "2647ba0eae487d84ba1b8c44b2095532a4a5aa8b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "O7RBXm3n"
|
||||
version = "rhWd3Gwe"
|
||||
version = "4EX004fx"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "Iris Shaders"
|
||||
filename = "iris-mc1.18.2-1.2.5.jar"
|
||||
filename = "iris-mc1.19-1.2.5.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/YL57xq9U/versions/1.18.x-v1.2.5/iris-mc1.18.2-1.2.5.jar"
|
||||
url = "https://cdn.modrinth.com/data/YL57xq9U/versions/1.19.x-v1.2.5/iris-mc1.19-1.2.5.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "57237aeaff64a362b7b1695e18c42317d3bcf374"
|
||||
hash = "499a3e1b13eafb0eb4dceee1152c84b23211e0d5"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "YL57xq9U"
|
||||
version = "M18bSfGf"
|
||||
version = "B9iwsuD9"
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
name = "Mod Menu"
|
||||
filename = "modmenu-3.2.2.jar"
|
||||
filename = "modmenu-4.0.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/3.2.2/modmenu-3.2.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/4.0.0/modmenu-4.0.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d581615296b1dfb72477c984a43cc6891f75eb73"
|
||||
mode = ""
|
||||
hash = "04be7e499bf67be0fea40d15f17a9ec47f21c309"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "mOgUt4GM"
|
||||
version = "GYRoFp1I"
|
||||
version = "Tk7mCRX1"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "Mouse Wheelie"
|
||||
filename = "mousewheelie-1.9.1+mc1.18.2.jar"
|
||||
filename = "mousewheelie-1.9.1+mc1.19-pre1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/u5Ic2U1u/versions/1.9.1+mc1.18.2/mousewheelie-1.9.1%2Bmc1.18.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/u5Ic2U1u/versions/1.9.1+mc1.19-pre1/mousewheelie-1.9.1%2Bmc1.19-pre1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "26aeea7a89d2801a319a9f8b3426e38fb62c260f"
|
||||
hash = "f0e8c101301d3584e0aa9ae1ca6678a6de25d4c2"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "u5Ic2U1u"
|
||||
version = "lcCY0KZL"
|
||||
version = "rvkjp7nF"
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
name = "Presence Footsteps"
|
||||
filename = "PresenceFootsteps-1.5.0.jar"
|
||||
filename = "PresenceFootsteps-1.6.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/rcTfTZr3/versions/1.5.0/PresenceFootsteps-1.5.0.jar"
|
||||
url = "https://cdn.modrinth.com/data/rcTfTZr3/versions/1.6.0/PresenceFootsteps-1.6.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "fc13b79c51f1afa9cdc455d3c74d52bae1e02cf1"
|
||||
mode = ""
|
||||
hash = "7b79462bc64dd014e9cc715f8b658254fd7285cc"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "rcTfTZr3"
|
||||
version = "2Dcs7kJq"
|
||||
version = "cXdGDBED"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "Quilted Fabric API / Quilt Standard Libraries"
|
||||
filename = "qsl-1.1.0-beta.19_qfapi-1.0.0-beta.22_fapi-0.56.0_mc-1.18.2.jar"
|
||||
filename = "qfapi-2.0.0-alpha.3_qsl-2.0.0-beta.2_fapi-0.55.3_mc-1.19.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qvIfYCYJ/versions/1.0.0-beta.22+0.56.0-1.18.2/qsl-1.1.0-beta.19_qfapi-1.0.0-beta.22_fapi-0.56.0_mc-1.18.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/qvIfYCYJ/versions/2.0.0-alpha.3+0.55.3-1.19/qfapi-2.0.0-alpha.3_qsl-2.0.0-beta.2_fapi-0.55.3_mc-1.19.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "6060fadea5527fe591c1ad9979373ca5f459a8c1"
|
||||
hash = "3cbaf7ee8065e2e8110d3fb3dab4a74148d09559"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qvIfYCYJ"
|
||||
version = "IhFPlQD2"
|
||||
version = "3u6Qbhdw"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "Reese's Sodium Options"
|
||||
filename = "reeses_sodium_options-1.4.3+mc1.18.2-build.42.jar"
|
||||
filename = "reeses_sodium_options-1.4.3+mc1.19-build.43.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/mc1.18.2-1.4.3/reeses_sodium_options-1.4.3%2Bmc1.18.2-build.42.jar"
|
||||
url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/mc1.19-1.4.3/reeses_sodium_options-1.4.3%2Bmc1.19-build.43.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "c39e06ad0bff8891046d80fb4c63fddfbe2d5bc4"
|
||||
hash = "430337cd1d3d6fdf7b3910926b80cc204a082661"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Bh37bMuy"
|
||||
version = "iQMF2ssl"
|
||||
version = "uBfzWM0b"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "Roughly Enough Items Fabric/Forge (REI)"
|
||||
filename = "RoughlyEnoughItems-8.2.490.jar"
|
||||
filename = "RoughlyEnoughItems-9.0.491.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "e36c9514a6aff58ac80350b936b52d23ac2c5578"
|
||||
hash = "e2fdc22c6143e11510aeb83f6ae66d24d603d806"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3835866
|
||||
file-id = 3836158
|
||||
project-id = 310111
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "ShulkerBoxTooltip"
|
||||
filename = "shulkerboxtooltip-3.0.9+1.18.2.jar"
|
||||
filename = "shulkerboxtooltip-3.0.9+1.19.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "26e2af2f4afe7c4badf68fe5f67f16c3dc1d02de"
|
||||
hash = "023270ac4d8c28ee2fd58500a10cc0bfa6aee73e"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3828067
|
||||
file-id = 3828073
|
||||
project-id = 315811
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "Sodium Extra"
|
||||
filename = "sodium-extra-0.4.5+mc1.18.2-build.42.jar"
|
||||
filename = "sodium-extra-0.4.5+mc1.19-build.43.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/mc1.18.2-0.4.5/sodium-extra-0.4.5%2Bmc1.18.2-build.42.jar"
|
||||
url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/mc1.19-0.4.5/sodium-extra-0.4.5%2Bmc1.19-build.43.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "79b569df32a953362b9006de60a84c857692e364"
|
||||
hash = "56e146060fb212f98a9295283a06c38ba182d063"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "PtjYWJkn"
|
||||
version = "pKxxvfqr"
|
||||
version = "THhTlwlR"
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
name = "Sodium"
|
||||
filename = "sodium-fabric-mc1.18.2-0.4.1+build.15.jar"
|
||||
filename = "sodium-fabric-mc1.19-0.4.2+build.16.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/AANobbMI/versions/mc1.18.2-0.4.1/sodium-fabric-mc1.18.2-0.4.1%2Bbuild.15.jar"
|
||||
url = "https://cdn.modrinth.com/data/AANobbMI/versions/mc1.19-0.4.2/sodium-fabric-mc1.19-0.4.2%2Bbuild.16.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "f839863a6be7014b8d80058ea1f361521148d049"
|
||||
mode = ""
|
||||
hash = "6c1b055bce99d0bf64733e0ff95f347e4cd171f3"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "AANobbMI"
|
||||
version = "74Y5Z8fo"
|
||||
version = "Yp8wLY1P"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "ToolTipFix"
|
||||
filename = "tooltipfix-1.0.4-1.18.jar"
|
||||
filename = "tooltipfix-1.0.5-1.19.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3543/273/tooltipfix-1.0.4-1.18.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "16b844c45ce0e4f1159ff51739479e8747a64d84"
|
||||
hash = "8dd951713909e327ae42deb22d0102dc0de07b83"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3543273
|
||||
file-id = 3820437
|
||||
project-id = 411557
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "Xaero's Minimap (Fair-play Edition)"
|
||||
filename = "Xaeros_Minimap_FP22.9.2_Fabric_1.18.2.jar"
|
||||
filename = "Xaeros_Minimap_FP22.9.2_Fabric_1.19.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "806461635206d135e570fd32ce442c269db5d46a"
|
||||
hash = "0f7d26b3373f8edb790f4f3e2a7ef52d121c94b3"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3828893
|
||||
file-id = 3828896
|
||||
project-id = 263466
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "Xaero's World Map"
|
||||
filename = "XaerosWorldMap_1.23.3_Fabric_1.18.2.jar"
|
||||
filename = "XaerosWorldMap_1.23.3_Fabric_1.19.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "bf12529194e592644243f21a5aa191475996044d"
|
||||
hash = "4fdbe2ea946032c4259204428662c2cc2a1cbab8"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3835787
|
||||
file-id = 3835790
|
||||
project-id = 317780
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
name = "Zoomify"
|
||||
filename = "Zoomify-1.6.0.jar"
|
||||
filename = "Zoomify-1.7.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/w7ThoJFB/versions/1.6.0/Zoomify-1.6.0.jar"
|
||||
url = "https://cdn.modrinth.com/data/w7ThoJFB/versions/1.7.0/Zoomify-1.7.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "836109ec7931a874fac16b4faac41a312fbc60d3"
|
||||
mode = ""
|
||||
hash = "09a943bb5b302d71ac78502e3fcea59166cf4697"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "w7ThoJFB"
|
||||
version = "2ZC7Fxc8"
|
||||
version = "Dqby42rh"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "VMU"
|
||||
author = "Wroclaw"
|
||||
version = "1.1.1"
|
||||
version = "1.1.2+mc1.19"
|
||||
pack-format = "packwiz:1.1.0"
|
||||
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "389dcf606b265e1bd0b4bfd112981374c8f3346e77beed6f253678ee1d6ecb17"
|
||||
hash = "8fe9a1fdb3c4e3ed9ed767526261d34e2e7bfca0c89ae75e390a90e78a46432f"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.18.2"
|
||||
minecraft = "1.19"
|
||||
quilt = "0.17.0"
|
||||
|
|
Loading…
Reference in a new issue