Compare commits
4 Commits
4f8fb5b5bf
...
234c78b8fc
Author | SHA1 | Date | |
---|---|---|---|
234c78b8fc | |||
9e55b4078d | |||
65c87f7e8d | |||
cf2a7baba0 |
@ -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.
|
||||
|
@ -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"
|
||||
|
13
mods/create-fabric.pw.toml
Normal file
13
mods/create-fabric.pw.toml
Normal 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"
|
Loading…
Reference in New Issue
Block a user