InGame Info XML

InGame Info XML

22M Downloads

Tag list incomplete

Mersid opened this issue ยท 4 comments

commented

The tag list is missing the tag, and may be missing the tag, which displays an icon of any Minecraft item.

Aside from that, it is also missing non variable tags, such as conditionals (, , , , ), math (, , ,

, ), etc, etc, as well as the syntax on how to use them. There is a list available at http://mc.lunatri.us/doc/legacy/igi/ that contains a lot of the information, but it also lacks a lot of the syntax of the tags mentioned above.

commented

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 in-game documentation.

commented

Perhaps simply a link to a wiki/documentation page would suffice?

commented

The wiki is outdated and no longer up to date, a few functions have been added that are not yet documented.

commented

As mentioned in #57 (comment) 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 slightly different depending on the amount of arguments that they receive (example: icon can take 2, 5, 7 or 11 arguments) and that has to be made as clear as possible to the end user.