Not sure if the error is related but I have this error when iazip command is ran
[03:41:53 ERROR]: [ItemsAdder] GUI error: can't find font_image. Check ia_gui.yml, attribute: settings.category_view.font_image.name [03:41:54 ERROR]: [ItemsAdder] GUI error: can't find font_image. Check ia_gui.yml, attribute: settings.category_view.font_image.name [03:41:57 ERROR]: [ItemsAdder] GUI error: can't find font_image for recipe GUI. Check ia_gui.yml file.
I created a recipe in a config like such
recipes:
crafting_table:
mythril_pickaxe:
enabled: true
permission:
pattern:
- MMM
- XSX
- XSX
ingredients:
M: hsur:mythril_ingot
S: STICK
result:
item: mmoitem:mythril_pickaxe
amount: 1
but when I try to put it in the crafting table it does not work.