Skip to content

Commit

Permalink
0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JieningYu committed Mar 2, 2023
1 parent 27bfcff commit b9c59db
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 44 deletions.
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Proxy for Clash
systemProp.http.proxyHost = 127.0.0.1
systemProp.http.proxyPort = 7890
systemProp.https.proxyHost = 127.0.0.1
systemProp.https.proxyPort = 7890

org.gradle.jvmargs = -Xmx2G
org.gradle.parallel = true

# Mod Properties
modpack_version = 0.2.3
modpack_version = 0.2.4
maven_group = com.dm.earth
archives_base_name = cabricality

Expand Down
16 changes: 5 additions & 11 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ hash = "bc46250afb2d07eece268a470c07094e2282be0a784fe739e78613d811e71ae7"
file = "config/ftbquests/quests/data.snbt"
hash = "e1c35b6eb83293aa6ff91a45e482679a945d16669d405a5feb41606a741cef1d"

[[files]]
file = "config/hudium-config.json"
hash = "3dabab178c5d00d133bac15768640b7199f90ddaecc274d5efe55a6cdb2ffae4"

[[files]]
file = "config/indrev/cables.json"
hash = "9183a2eadef32624ee9a8ed193ac1b61d3b2ce0511f6e0c182f3a2d9bb170a83"
Expand Down Expand Up @@ -207,11 +211,6 @@ file = "mods/bookshelf.pw.toml"
hash = "e0fa82d595ac5544b2bebd196bdddbdc9702e281d6f9496bbeac2058c7968126"
metafile = true

[[files]]
file = "mods/bounced.pw.toml"
hash = "e2066f284decfeed5dcd1265ef6e185cfa3ffcd824460b3b86d08d0661aefbf3"
metafile = true

[[files]]
file = "mods/brrp.pw.toml"
hash = "7df4d9dc987ad76a0d62a599c609dffb94d7b5103cabfce837c65e56dad969fe"
Expand All @@ -224,7 +223,7 @@ metafile = true

[[files]]
file = "mods/cabricality-mod.pw.toml"
hash = "a49d2bcbece8a0e85c971f4ae6ca5d7b9ea2e19fa70c7dfe0f940d52d044088e"
hash = "2de439bec9a95b08b6299b5e9cfaad1ad9649eb40a12a0538f98e866d3432f16"
metafile = true

[[files]]
Expand Down Expand Up @@ -431,11 +430,6 @@ file = "mods/starlight.pw.toml"
hash = "722031c0ae5d2de71783d6c4bfbf1c5cd25c65e55cb42d8bb4f7cadf478c4368"
metafile = true

[[files]]
file = "mods/stenographer.pw.toml"
hash = "9fcde313a87692ef831a450618793f39de69e10805a79e498006840e0cc68914"
metafile = true

[[files]]
file = "mods/structures-compass.pw.toml"
hash = "d616bf7ef5886127a1baa048ac6567267be2c37ef6d2285645ce94871c079793"
Expand Down
13 changes: 0 additions & 13 deletions mods/bounced.pw.toml

This file was deleted.

8 changes: 4 additions & 4 deletions mods/cabricality-mod.pw.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "Cabricality"
filename = "cabricality-0.2.3.jar"
filename = "cabricality-0.2.4.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/BHRmiEC5/versions/XoE1AyzE/cabricality-0.2.3.jar"
url = "https://cdn.modrinth.com/data/BHRmiEC5/versions/z77Whuim/cabricality-0.2.4.jar"
hash-format = "sha1"
hash = "a8626562976d6c8ecddb6fe662603a447ef3149b"
hash = "1583d68f6319f0563dceafd0ccadb045539b4497"

[update]
[update.modrinth]
mod-id = "BHRmiEC5"
version = "XoE1AyzE"
version = "z77Whuim"
13 changes: 0 additions & 13 deletions mods/stenographer.pw.toml

This file was deleted.

4 changes: 2 additions & 2 deletions pack.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name = "Cabricality"
author = "DM-Earth"
version = "0.2.3"
version = "0.2.4"
pack-format = "packwiz:1.1.0"

[index]
file = "index.toml"
hash-format = "sha256"
hash = "8cd97f0955707f0917703b60657743fea98f3866c9e487e4a298c539491d2a33"
hash = "02aa1dbc02028d8039551bd31698f4211970031623bd0776ca9ef0727fcd6dfa"

[versions]
minecraft = "1.18.2"
Expand Down

0 comments on commit b9c59db

Please sign in to comment.