Yeast ‘n Feast generates a single common configuration file on first launch. This file controls server-side and client-side shared behaviour, meaning it applies consistently across both singleplayer and multiplayer environments. The client config is currently empty and reserved for future use.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/AstralyaStudios/YeastNFeast/llms.txt
Use this file to discover all available pages before exploring further.
Config file location
config/ folder the first time the mod loads. You can edit it with any text editor; changes take effect on the next world load or server restart.
This is a common config (type
COMMON in Forge terminology), meaning it is read by both the client and the server. On a dedicated server, the file lives in the server’s config/ directory and governs all players connected to that server.Settings
[functional_blocks]
Settings for Yeast ‘n Feast’s interactive functional blocks, such as the Tree Tap.
dripDelayTicks
Controls how many ticks must pass before the Tree Tap begins dripping Maple Syrup after being placed on a valid maple tree.
| Property | Value |
|---|---|
| Default | 7200 ticks (6 minutes) |
| Minimum | 20 ticks (1 second) |
| Maximum | 24000 ticks (20 minutes) |
| Ticks | Real time |
|---|---|
| 20 | 1 second |
| 1200 | 1 minute |
| 7200 | 6 minutes (default) |
| 12000 | 10 minutes |
| 24000 | 20 minutes |
Example config file
yeastnfeast-common.toml
yeastnfeast-common.toml
20–24000 range will be clamped to the nearest bound by Forge automatically.