Added: Support for using tag ingredients in YAML recipe files. This allows users to specify multiple material types using tags, making recipe creation more flexible and dynamic.
Example: You can now define ingredients in your YAML files like so:
Code (YAML):
ingredients:
- item: "tag:planks" sign: 'P'
This will match any item that is part of the specified tag (e.g., all types of wooden planks).