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:
@@ -875,6 +875,11 @@ file = "mods/not-enough-animations.pw.toml"
|
|||||||
hash = "a0b3e7b1bfe76038213d976c4a4ff517bd93d6bb118c5aa7e9400bad3e820d0e"
|
hash = "a0b3e7b1bfe76038213d976c4a4ff517bd93d6bb118c5aa7e9400bad3e820d0e"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/open-loader.pw.toml"
|
||||||
|
hash = "17cc773569c744337e9fab6fe985250d99e5da338565289c9e8e5164eca79c13"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/optigui.pw.toml"
|
file = "mods/optigui.pw.toml"
|
||||||
hash = "f0b86a8d17c963ac72349519b134b71d0f95e5c12927a7f8ae66fb94ffdc4c59"
|
hash = "f0b86a8d17c963ac72349519b134b71d0f95e5c12927a7f8ae66fb94ffdc4c59"
|
||||||
|
|||||||
13
mods/open-loader.pw.toml
Normal file
13
mods/open-loader.pw.toml
Normal 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"
|
||||||
@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "2e20249ef92b6b5f345583d2abcc242453eef2aa75b136aa37abb8cbdf4e9280"
|
hash = "e3f0a39778ad18eca2d69e43ec22b8728fd9e6a3e49c79839fc72646e4aa431a"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.16.10"
|
fabric = "0.16.10"
|
||||||
|
|||||||
Reference in New Issue
Block a user