attempt to fix spiceoffabric
This commit is contained in:
parent
cf2a7baba0
commit
65c87f7e8d
@ -27,7 +27,7 @@
|
|||||||
// Default health in vanilla is 20 but that may change through mods like Origins.
|
// Default health in vanilla is 20 but that may change through mods like Origins.
|
||||||
// The resulting value will be floored before use.
|
// The resulting value will be floored before use.
|
||||||
// default: (0.6 * baseHealth) + max(2 * log2(uniqueFoodsEaten), 0)
|
// 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.
|
// 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 0, carrot mode is effectively disabled. (Why would you do this? :P)
|
||||||
// When -1, you can gain a basically infinite amount of hearts.
|
// When -1, you can gain a basically infinite amount of hearts.
|
||||||
|
@ -102,7 +102,7 @@ hash = "e120756682f477801ac8bdaa9f648ff11155fe42e38e24b0fe586eb1ff7b3147"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/spiceoffabric.hjson"
|
file = "config/spiceoffabric.hjson"
|
||||||
hash = "b51a3fc99fb34fc57c4bf5579664736490da1919d4a992af3fbf6f62824077f6"
|
hash = "3fd41ddb0233e6af3e1eedc196b0698f8608cdf3cead70f8688e461e842014eb"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/styled-chat.json"
|
file = "config/styled-chat.json"
|
||||||
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "c2154396682e82331c118ae2df29c9cfb341f427343a5cfac315bf021d70810a"
|
hash = "db195292c01224c7884f6fbe5457c56cb87ba07455531eac0fa689600454ca77"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.14.7"
|
fabric = "0.14.7"
|
||||||
|
Loading…
Reference in New Issue
Block a user