- Add inspection for vanilla food(Possibly no longer change saturation for custom items made of edible materials) - Add 'DisableCrafting' option for custom food - Add 'DisableSmelting' option for custom food - Add 'DisableAnvil' option for custom food - Add 'DisableEnchant' option for custom food - If Max-Consumable is true, when the player's hunger is full, vanilla food (e.g. carrot, potato) will be planted instead of consumed when right click farmland. - Fixed an issue where the edit gui was empty if there was no uuid when setting the material to player_head - Add sound option to custom food - Add food diet feature
Code (YAML):
# Food diet # Including custom food FoodDiet:
Enabled: false
RecoveryPenaltyCount: 1
# Amount of penalty to be reduced when eating different types of food MaxPenaltyCount: 5
Penalty:
0: # first time eating FoodLevel: 0
#reduce percent Saturation: 0
#reduce percent 1:
FoodLevel: 0
Saturation: 0.5
2:
FoodLevel: 0.5
Saturation: 0.5
3:
FoodLevel: 0.5
Saturation: 0.5
PotionEffect: - poison:1:5:0.5
4:
FoodLevel: 0.75
Saturation: 0.75
PotionEffect: - poison:1:5:0.75
5:
FoodLevel: 1
Saturation: 1
PotionEffect: - poison:1:5:1
- wither:1:5:1