Download Food Tweaks — Minecraft Mods — MetaMods

Food Tweaks

Active

Downloads

0

Last update

5 years ago
Client
Fabric
Quilt
Forge
Neoforge
Food
Utils

Food Tweaks

Complete Control Over Minecraft's Food System

The Food Tweaks mod provides players with limitless possibilities for customizing the nutritional properties of any items in Minecraft. You can modify parameters for both vanilla and modded food items, creating a unique sustenance system for your world.

Customizable Parameters

With this mod, you gain access to fine-tuning the following characteristics:

  • Hunger restoration
  • Saturation level
  • Always edible capability
  • Categorization as meat
  • Classification as light snack
  • Applied effects with customizable duration, strength, and probability

Configuration Example

Here's how the setup for an enchanted golden apple might look:

{
  "item": "minecraft:enchanted_golden_apple",
  "hunger": 4,
  "saturation": 1.2,
  "always_edible": true,
  "snack": false,
  "meat": false,
  "effects": [
    {
      "id": "minecraft:regeneration",
      "duration": 400,
      "amplifier": 1,
      "chance": 1.0
    },
    {
      "id": "minecraft:resistance",
      "duration": 6000,
      "amplifier": 0,
      "chance": 1.0
    },
    {
      "id": "minecraft:fire_resistance",
      "duration": 6000,
      "amplifier": 0,
      "chance": 1.0
    },
    {
      "id": "minecraft:absorption",
      "duration": 2400,
      "amplifier": 3,
      "chance": 1.0
    }
  ]
}

All configuration changes can be applied instantly using Minecraft's standard reload function, making the setup process quick and convenient.

Requires Fabric Loader to function.

Project members
tfarecnim

tfarecnim

Created: 2 Oct 2020

ID: 29052