-
Notifications
You must be signed in to change notification settings - Fork 0
Adding items with keywords
minhnh303 edited this page Jun 7, 2026
·
1 revision
Warning
Regex-based keyword matching is deprecated and has been removed in Yet-Another-Thirst.
In older versions of the mod, a keyword.toml file was used to match items based on regex keywords. While fast, this method often resulted in false positives, mod compatibility conflicts, and unexpected behaviors.
Yet-Another-Thirst replaces regex keyword matching with standard Minecraft Item Tags and direct item lists.
- You can assign hydration values to entire groups of items using tags (e.g.,
"#forge:fruits"or"#minecraft:fishes"). - To configure items or tags, refer to the Adding and Editing Items page.