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.
|
||||
// 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"
|
||||
|
Loading…
Reference in New Issue
Block a user