Compare commits

...

4 Commits

Author SHA1 Message Date
234c78b8fc
Revert "add cc-restitched"
This reverts commit 9e55b4078d.
2022-06-24 15:23:06 -03:00
9e55b4078d
add cc-restitched 2022-06-24 15:21:49 -03:00
65c87f7e8d
attempt to fix spiceoffabric 2022-06-24 15:07:39 -03:00
cf2a7baba0
add create-fabric 2022-06-24 14:58:53 -03:00
4 changed files with 21 additions and 3 deletions

View File

@ -27,7 +27,7 @@
// Default health in vanilla is 20 but that may change through mods like Origins.
// The resulting value will be floored before use.
// default: (0.6 * baseHealth) + max(2 * log2(uniqueFoodsEaten), 0)
health-formula: (0.6 * baseHealth) + max(2 * log2(uniqueFoodsEaten), 0)
health-formula: baseHealth
// Specifies the maximum number of health points (half hearts) a player can get to through carrot mode.
// When 0, carrot mode is effectively disabled. (Why would you do this? :P)
// When -1, you can gain a basically infinite amount of hearts.

View File

@ -102,7 +102,7 @@ hash = "e120756682f477801ac8bdaa9f648ff11155fe42e38e24b0fe586eb1ff7b3147"
[[files]]
file = "config/spiceoffabric.hjson"
hash = "b51a3fc99fb34fc57c4bf5579664736490da1919d4a992af3fbf6f62824077f6"
hash = "3fd41ddb0233e6af3e1eedc196b0698f8608cdf3cead70f8688e461e842014eb"
[[files]]
file = "config/styled-chat.json"
@ -418,6 +418,11 @@ file = "mods/crawl.toml"
hash = "83a4cc06c4341a1ff1f8d69ce98a160dcc3f839f9d59d350299ecc20db2c54c1"
metafile = true
[[files]]
file = "mods/create-fabric.pw.toml"
hash = "affd2779c01cb5c8765312427596e958579acd53f0686932fceffefd35069cac"
metafile = true
[[files]]
file = "mods/creeper-spores.pw.toml"
hash = "adcc315808f530d4c1ad9bdb4536677905d0beecb9cd0520e5ba4f7c8298fd8d"

View File

@ -0,0 +1,13 @@
name = "Create Fabric"
filename = "create-mc1.18.2_v0.4.1+635.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/mc1.18.2_v0.4.1+635/create-mc1.18.2_v0.4.1%2B635.jar"
hash-format = "sha1"
hash = "0d75861ca7dc213efc9cbe04265d56a4fd86bf49"
[update]
[update.modrinth]
mod-id = "Xbc0uyRg"
version = "TMePrzvw"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "4ede3e3d3b4c4f125fc8f704eda337abf45fe823cbde0046685e476b2143b69b"
hash = "db195292c01224c7884f6fbe5457c56cb87ba07455531eac0fa689600454ca77"
[versions]
fabric = "0.14.7"