Encourage players to consume food by increasing maximum health, balancing an extremely difficult game.通过增加血量上限鼓励玩家食用食物,平衡超高难度游戏
本mod旨在通过增加血量上限奖励玩家食用新的食物,以加强玩家对整合包食物系统的动力,并平衡整合包的游戏难度。
该指南为最新版本维护,请尽量使用新版的MOD
所有配置项以health计算,2health=1heart(红心)
"maxHealthy": 120,
配置最大血量上限
版本:0.1.1+
"defaultHealthy": 120,
初始血量上限
版本:0.1.1+
"healthGain": 2,
每次奖励血量数
版本:0.1.1+
resetOnDeath: false,
死亡后是否重置生命值上限与所有食物记录。
版本:2.0+
"developerMode": false,
开发者模式,输出log记录玩家变更记录,建议不持续开启。
版本:2.1.0+
"healthToMaxOnIncrease": false
是否在增加生命上限时恢复满血。
版本:2.1.0+
"Increasefrequency": 4,
frequencyGain | 自定义奖进度幅度
食用X种食物后增加N点血量,该配置项作为N(区别于与前面的healthyGain,且共存)
版本:2.3.0+
"frequencyGain": 4,
healthIncreaseOnIncrease | 奖励时增益的血量
每次血量上限增益时回复的血量,若超过上限则回复至上限
"healthIncreaseOnIncrease": 2,
Expression | 自定义奖励计算表达式
字符串类型,增益计算函数,与旧版本设置并存,详细说明见下文(2.5.0+)
"Expression": 0,//(String)
你可以在函数中使用这些变量:
uniqueFoods食用过的食物数currentHealth当前血量(不包含本mod添加的血量,包含别的mod添加的血量和基础血量)你可以使用这些运算:
pow(底数, 指数)floor(num)round(num)ceil(num)max(num1, num2)min(num1, num2)log(底数, 真数)e和pi代表e和π/sol2f clearhealthy重置当前玩家的生命值上限与所有食物摄入记录,需管理员权限。(版本:2.0+)/sol2f getlist <player>获取的已食用列表。 (版本:2.7.0+)

按键绑定:打开GUI的快捷键在minecraft的按键绑定中配置
通过合成"食物簿"打开食物簿:
Q 是否允许将此mod添加到整合包?
A 是的!该mod为平衡整合包设计,但是请不要使用整合包盈利或修改mod信息。
Q 是否允许将此mod上传至别的平台?
A 这是被允许的。但是不允许付费下载、限制下载(包括但不限于下载前看广告、下载需要积分或代币、下载需要登陆或用户分级和等级等任何不能直接且无限制的下载通道),请标注modrinth页面链接且不要修改mod信息。除非您有高带宽的CDN,否则建议不要搬运mod文件提供下载服务。
Translation is completed by artificial intelligence, AI-generated content may be inaccurate. For accurate information, please refer to the original Chinese text.
A Fabric mod that partially ports features from Life Seasoning: Carrot Edition.
This mod aims to incentivize players to try new foods by rewarding them with increased maximum health, thereby strengthening engagement with the modpack’s food system and balancing gameplay difficulty.
This guide is maintained for the latest version. Please use the newest version of the mod whenever possible.
All health-related values are expressed in health, where 2 health = 1 heart (❤).
"maxHealthy": 120,
Sets the maximum allowable health limit.
Version: 0.1.1+
"defaultHealthy": 120,
Initial maximum health.
Version: 0.1.1+
"healthGain": 2,
Health units awarded per qualifying food consumption.
Version: 0.1.1+
resetOnDeath: false,
Whether to reset both maximum health and all food records upon player death.
Version: 2.0+
"developerMode": false,
Enables developer mode, which logs player health and food record changes. Not recommended for continuous use.
Version: 2.1.0+
"healthToMaxOnIncrease": false
Whether to fully heal the player when their maximum health increases.
Version: 2.1.0+
"Increasefrequency": 4,
frequencyGain
The amount of health (**N**) granted after eating **X** unique foods (as defined by `Increasefrequency`). Works together with `healthyGain`.
Version: 2.3.0+
"frequencyGain": 4,
healthIncreaseOnIncrease
Amount of health restored when maximum health is increased. If the result exceeds the new maximum, health is capped at the new limit.
"healthIncreaseOnIncrease": 2,
Expression
A string-type custom gain calculation function. Coexists with legacy settings. See documentation below (2.5.0+).
"Expression": "0", // (String)
Available variables in the expression:
uniqueFoods: number of unique foods consumed currentHealth: current health value (excluding health added by this mod, but including base health and health from other mods)Supported operations:
+, -, *, /; parentheses for precedence (e.g., (1 + 2) * 3) pow(base, exponent) floor(num) (round down) ceil(num) (round up) round(num) (round to nearest integer)min(num1, num2) max(num1, num2)log(base, argument) e and pi represent Euler’s number and π, respectively/sol2f clearhealthyResets the current player’s maximum health and all food consumption records. Requires operator permissions. (Version: 2.0+)/sol2f getlist <player>get eaten list of . (Version: 2.7.0+)

Key Bindings: Shortcut keys to open GUIs are configurable in Minecraft’s controls menu
Q: Can I include this mod in a modpack?
A: Yes! This mod is specifically designed for modpack balance. However, you may not profit from the modpack or alter the mod’s information.
Q: Can I re-upload this mod to other platforms?
A: Yes, redistribution is allowed, provided that: