Jadran Kotnik
Jadran Kotnik
I didn't check if it still worked. Looks like you have to use the file name directly instead of the item's name. An [example](https://github.com/Lunatrius/InGame-Info-XML/blob/c0d193ed69bc7c8718c1e3d91845842cb5eb0acd/src/main/java/com/github/lunatrius/ingameinfo/tag/TagMisc.java#L173): `textures/gui/icons.png`
I don't think that it's possible right now, I'll have to check. * `not` negates the single parameter * `if` check the first parameter, if it's `true` it returns the...
Native support will always be better, but I didn't have the time to finish up the proposed API interface to allow other mods to add custom tags.
Can you try if the same happens with only IGI installed?
Actually a question. Why are you installing it on the server? You can safely remove it for the time being.
Definitely. I'm surprised that this was changed during a regular update and not during a major release (1.12 -> 1.13).
Those are not normal tags, those are actually functions that are used on other tags (or functions). I need to find a way to add documentation for those to the...
The wiki is outdated and no longer up to date, a few functions have been added that are not yet documented.
As mentioned in https://github.com/Lunatrius/InGame-Info-XML/issues/57#issuecomment-321466729 there are several issues that have to be addressed somehow, the primary one being a proper display of the information required. Some of the functions behave...
Turn off update checking in the settings. I have added invisible updates for the meanwhile mentioning this. I've been trying around to get the mods updated but I haven't really...