WorldHost Config Update
This commit is contained in:
parent
4b89b9ff06
commit
7dd36419a3
3 changed files with 15 additions and 1 deletions
10
config/world-host.json5
Normal file
10
config/world-host.json5
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
serverIp: "world-host.jemnetworks.com",
|
||||||
|
onlineStatusLocation: "left",
|
||||||
|
enableFriends: true,
|
||||||
|
enableReconnectionToasts: false,
|
||||||
|
noUPnP: false,
|
||||||
|
useShortIp: false,
|
||||||
|
showOutdatedWorldHost: false,
|
||||||
|
friends: []
|
||||||
|
}
|
|
@ -88,6 +88,10 @@ hash = "3b01094400618f74596b9a3d0a5b60082e67bbb75174b592cd1393905584a8a7"
|
||||||
file = "config/tokenablefurnaces.json"
|
file = "config/tokenablefurnaces.json"
|
||||||
hash = "a33d04b053faccfc7029ac16e14a3ee1e07ee2da18b7fc678e44a9b06c615f12"
|
hash = "a33d04b053faccfc7029ac16e14a3ee1e07ee2da18b7fc678e44a9b06c615f12"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/world-host.json5"
|
||||||
|
hash = "93882c7ed6b92fd4dd0a3dbcf15751cc5c76e7eb19ab343c8d2554e1e5b191a5"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/3dskinlayers.pw.toml"
|
file = "mods/3dskinlayers.pw.toml"
|
||||||
hash = "be1ff1b29f0935a35259b5b7fc3ec104149c83b2f5f783c9751f5759d0dc75fa"
|
hash = "be1ff1b29f0935a35259b5b7fc3ec104149c83b2f5f783c9751f5759d0dc75fa"
|
||||||
|
|
|
@ -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 = "3effcbc8bc10ec4c2ff180f2c27e4a478d4fba4abe0f3300de0bace02dc8cb18"
|
hash = "441bcd46cefd4b4d04f5c093bb2e6cea04672dfae1f328605278fcaab985a119"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.19.2"
|
minecraft = "1.19.2"
|
||||||
|
|
Loading…
Reference in a new issue