Wiki 9Minecraft Food Funk Mod Wiki
Food Funk Mod Wiki › Configuration

Food Funk Mod — Configuration

Configuration Guide

Food Funk is designed to be extremely flexible. The configuration file (foodfunk.cfg) allows you to add any item to the rot list.

Adding Custom Rot Items

The format for adding items to the configuration is: modid:item_name:metadata;time_in_ticks;result_modid:result_item_name:result_metadata

Example: To make a Golden Apple rot into a regular Apple after 10 days (240,000 ticks): minecraft:golden_apple:0;240000;minecraft:apple:0

Preservation Config

You can also define which containers from other mods should act as preservation units. You simply list the block's registry name and assign a multiplier (e.g., 0.0 for a freezer, 0.5 for a cooler).

Dimension Config

You can specify rot multipliers per dimension ID: * 0 = 1.0 (Overworld: Normal) * -1 = 2.0 (Nether: Double Speed) * 1 = 0.0 (The End: No Rot)