Skip to content

Adding items with keywords

minhnh303 edited this page Jun 7, 2026 · 1 revision

Adding Items with Keywords (Deprecated)

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.

Transition to Item Tags

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.

Clone this wiki locally