MobArena/src
Nathan Wolf 8b40f415be Use ItemStack display name when describing an ItemStackThing (#441)
Use ItemStack display name in ItemStackThing (if available).

This means that named items will appear in the rewards list with their name rather than the ItemStack type. This is useful for "tokens" type items.

Note that named items are still not supported by the built-in item parser, so this commit only affects ItemStackThings created by custom parsers (for now).
2018-04-17 03:10:15 +02:00
..
main Use ItemStack display name when describing an ItemStackThing (#441) 2018-04-17 03:10:15 +02:00
test/java/com/garbagemule/MobArena/things Implement support for commands as things. 2017-11-19 20:19:36 +01:00