From 727fa72f09fa99c4215edf986d099ce5911e8e45 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Sun, 26 Mar 2023 18:34:04 +0200 Subject: [PATCH] Config tweaks and GOML --- config/tokenablefurnaces.json | 15 +++++++++++++++ index.toml | 14 ++++++++++++++ mods/goml-reserved.pw.toml | 13 +++++++++++++ mods/natures-compass.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 config/tokenablefurnaces.json create mode 100644 mods/goml-reserved.pw.toml create mode 100644 mods/natures-compass.pw.toml diff --git a/config/tokenablefurnaces.json b/config/tokenablefurnaces.json new file mode 100644 index 0000000..9aa6731 --- /dev/null +++ b/config/tokenablefurnaces.json @@ -0,0 +1,15 @@ +{ + "hopperMulti": 1, + "tokens": true, + "furnaceEfficiency": false, + "upgrades": { + "canUpgradeBarrels": true, + "canUpgradeChests": true, + "canUpgradeTrapped": false, + "canUpgradeFurnaces": true, + "canUpgradeBlast": true, + "canUpgradeSmoker": true, + "canUpgradeHoppers": true, + "canUpgradeShulkers": false + } +} \ No newline at end of file diff --git a/index.toml b/index.toml index 2f7b4df..7f45066 100644 --- a/index.toml +++ b/index.toml @@ -84,6 +84,10 @@ hash = "0c6290df8508998c8ac4e66d3d82d2bccf41c81ee6fa4bfbf806a96484d0cf6b" file = "config/sodium-options.json" hash = "3b01094400618f74596b9a3d0a5b60082e67bbb75174b592cd1393905584a8a7" +[[files]] +file = "config/tokenablefurnaces.json" +hash = "a33d04b053faccfc7029ac16e14a3ee1e07ee2da18b7fc678e44a9b06c615f12" + [[files]] file = "config/yigd.toml" hash = "3fe32487221f8aa35e6f31647078a3484c3da586b76c20ee96dfef4d21d45dc3" @@ -433,6 +437,11 @@ file = "mods/globalpacks.pw.toml" hash = "7cc764aef1bb942d7c5079f4f0c7a6e3a538e043d33186a64890ed869f56dc42" metafile = true +[[files]] +file = "mods/goml-reserved.pw.toml" +hash = "0653c582c097c9db8cdb1afa2ea049e0e2f4d28006b33a82cb8535629b925ae5" +metafile = true + [[files]] file = "mods/hold-that-chunk.pw.toml" hash = "8847ebb401a474d65b2ffd00a226356e94791db3f5cf98505beb227e74298884" @@ -633,6 +642,11 @@ file = "mods/naturalist.pw.toml" hash = "928049dc37b7b41a8d7cadf9977d183527c74744f9dce884c9c04a76b3276832" metafile = true +[[files]] +file = "mods/natures-compass.pw.toml" +hash = "1191c0ed4c2be46db9814885dc1beb33d22a2175758ad0af8a5a53afe851d7c6" +metafile = true + [[files]] file = "mods/niceload.pw.toml" hash = "9638b4d155d3af277c6475ff5dbb50b8fcdb50106f5169491cdf1d05cc3f23f1" diff --git a/mods/goml-reserved.pw.toml b/mods/goml-reserved.pw.toml new file mode 100644 index 0000000..9cb6d34 --- /dev/null +++ b/mods/goml-reserved.pw.toml @@ -0,0 +1,13 @@ +name = "Get Off My Lawn ReServed" +filename = "goml-1.6.4+1.19.2.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/j5niDupl/versions/Ij7zNda1/goml-1.6.4%2B1.19.2.jar" +hash-format = "sha1" +hash = "407e701b4fcfe971a9c13561229ff5554170c07c" + +[update] +[update.modrinth] +mod-id = "j5niDupl" +version = "Ij7zNda1" diff --git a/mods/natures-compass.pw.toml b/mods/natures-compass.pw.toml new file mode 100644 index 0000000..03b32d4 --- /dev/null +++ b/mods/natures-compass.pw.toml @@ -0,0 +1,13 @@ +name = "Nature's Compass" +filename = "NaturesCompass-1.19.2-2.1.0-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "fe1341df482f7ea979972f0e55ef333e59aaa087" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4118387 +project-id = 252848 diff --git a/pack.toml b/pack.toml index b782d42..5a118a4 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "43c887cc575a5fea38de5c7b87750eec6d403c13987b91e77f83ff51be0e1a88" +hash = "ddc9a91ddfa1313cc5b2057b4e6b21cbcdb7ba70c0aa1dd47dd16f624c2b8891" [versions] minecraft = "1.19.2"