Inventory Tweaks Mod — Configuration
Configuration
Inventory Tweaks is highly configurable, allowing players to tailor its behavior to their specific needs:
- Configuration Files: The mod's sorting behavior can be extensively customized through clever configuration files.
- Options Interface: A comprehensive in-game options interface is available, typically accessed via a '...' menu within the inventory, where players can modify settings, including changing the default sorting shortcut.
- Item Tree Tweaking: The mod uses an 'item tree' where keywords are stored for creating custom sorting rules. This allows for advanced definitions:
- Categories: Players can define custom categories for items, such as
<myCategory> <dirt id="dirt" /> <cake id="cake" /> </myCategory>. - Item Identification: Items can be defined not only by their IDs but also by specific damage values for more precise sorting.
- Forge Ore Dictionary: Categories can also be defined using Forge ore Dictionary Names, allowing for broader compatibility with other mods.
- Extra Data: For items with special properties like potions or named items, extra data checks can be specified to differentiate variants.
- Custom Textures: Players can override the default button textures used by the mod by adding a custom
assets/inventorytweaks/textures/gui/button10px.pngfile to their resource pack.