Added Open Loader to allow datapacks to be loaded automatically on single player or essential worlds as opposed to only being accessible on the server

This commit is contained in:
JordanPlayz158
2025-02-28 19:43:27 -05:00
parent e56a120dd1
commit ecc4024319
3 changed files with 19 additions and 1 deletions

View File

@@ -875,6 +875,11 @@ file = "mods/not-enough-animations.pw.toml"
hash = "a0b3e7b1bfe76038213d976c4a4ff517bd93d6bb118c5aa7e9400bad3e820d0e"
metafile = true
[[files]]
file = "mods/open-loader.pw.toml"
hash = "17cc773569c744337e9fab6fe985250d99e5da338565289c9e8e5164eca79c13"
metafile = true
[[files]]
file = "mods/optigui.pw.toml"
hash = "f0b86a8d17c963ac72349519b134b71d0f95e5c12927a7f8ae66fb94ffdc4c59"

13
mods/open-loader.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "Open Loader"
filename = "OpenLoader-Fabric-1.20.1-19.0.4.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/KwWsINvD/versions/x9NMb7rU/OpenLoader-Fabric-1.20.1-19.0.4.jar"
hash-format = "sha1"
hash = "032da43054322e368ffcb761e3343bdda394a927"
[update]
[update.modrinth]
mod-id = "KwWsINvD"
version = "x9NMb7rU"

View File

@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "2e20249ef92b6b5f345583d2abcc242453eef2aa75b136aa37abb8cbdf4e9280"
hash = "e3f0a39778ad18eca2d69e43ec22b8728fd9e6a3e49c79839fc72646e4aa431a"
[versions]
fabric = "0.16.10"