Skip to content

Commit

Permalink
Small update, now adding Jade for HWYLA functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
klaribot committed May 10, 2023
1 parent 6c59ef3 commit 45a2b83
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 5 deletions.
7 changes: 7 additions & 0 deletions client/.packignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.minecraft/coremods
.minecraft/mods
.minecraft/resourcepacks
.minecraft/saves
.minecraft/screenshots
.minecraft/shaderpacks
.minecraft/texturepacks
2 changes: 1 addition & 1 deletion client/instance.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ MinMemAlloc=7168
PermGen=128
PreLaunchCommand="$INST_JAVA" -jar packwiz-installer-bootstrap.jar -s client --title "Updating CivFun... (packwiz-installer)" https://raw.githubusercontent.com/klaribot/CivFun-packwiz/master/packwiz/pack.toml
iconKey=pack
name=CivFun (Auto-Updater)
name=CivFun
notes=https://github.com/klaribot/CivFun-packwiz
13 changes: 11 additions & 2 deletions packwiz/index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,11 @@ file = "mods/item-filters.pw.toml"
hash = "b7b5403cc7b2eff0e2e3f4d437c384dad3b678d14241955c4ccbbcb764917d47"
metafile = true

[[files]]
file = "mods/jade.pw.toml"
hash = "bfcaf25cd94492e855dfb7353dacb44ed1668b3f6d3d1705360e785ede84667a"
metafile = true

[[files]]
file = "mods/jei.pw.toml"
hash = "ce5d2baed88bd178956579872719f896f6531ed3692dab4d368cf12445e8f231"
Expand Down Expand Up @@ -477,9 +482,8 @@ hash = "4a5234958a5656afaf5c8cd1c907cbc89a58c6fa0f806e6f8e8b3f98b39dcfe8"
metafile = true

[[files]]
file = "mods/online-picture-frame.pw.toml"
file = "mods/online-picture-frame.pw.toml.disabled"
hash = "1ab1d29b352cbc6c6bf6a321d261892b5a16332bd0bb68a454dd98e718a03b25"
metafile = true

[[files]]
file = "mods/open-loader.pw.toml"
Expand Down Expand Up @@ -621,6 +625,11 @@ file = "mods/titanium.pw.toml"
hash = "4e6c0604ce9ffd2c090612430005f0db9ee3e8c0d47830bfa912783ffb641ae6"
metafile = true

[[files]]
file = "mods/tool-belt.pw.toml"
hash = "ee1bc72c980997a48a8bc00aad6de353fa0b913c13266076bab03a0fdc025180"
metafile = true

[[files]]
file = "mods/valhelsia-core.pw.toml"
hash = "af5288cda5a707bf29d9bedf7c196c7d60cc1d0344c9558a614a63dba91fcd0b"
Expand Down
13 changes: 13 additions & 0 deletions packwiz/mods/jade.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Jade 🔍"
filename = "Jade-1.18.2-forge-5.2.6.jar"
side = "both"

[download]
hash-format = "sha1"
hash = "9db36c71576ee72933c17b1338fda7a273a751b6"
mode = "metadata:curseforge"

[update]
[update.curseforge]
file-id = 4082408
project-id = 324717
13 changes: 13 additions & 0 deletions packwiz/mods/tool-belt.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Tool Belt"
filename = "ToolBelt-1.18.2-1.18.9.jar"
side = "both"

[download]
hash-format = "sha1"
hash = "9a7c97756a647b20b533c50a0ec982f91da659b2"
mode = "metadata:curseforge"

[update]
[update.curseforge]
file-id = 4124030
project-id = 260262
4 changes: 2 additions & 2 deletions packwiz/pack.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name = "CivFun-Client"
author = "Klari"
version = "0.0.5"
version = "0.0.6"
pack-format = "packwiz:1.1.0"

[index]
file = "index.toml"
hash-format = "sha256"
hash = "b61bf7f1daecce1ac058c2811e26cb7e78deac09454c5ce89ecfad670f309550"
hash = "f56e0e5978516368e219894d7586c7b8e7b4d4d61536db6e5d3abb100743ce3f"

[versions]
forge = "40.2.2"
Expand Down

0 comments on commit 45a2b83

Please sign in to comment.