- Update to MC 1.14.4 and the new 1.13+ Forge stuff
- Add registry dumps for all the new 1.14+ registries
- Re-organize and improve many of the command arguments and output options and add new output formats more suitable for chat
- Remove the
/tellme track
command (at least for now, I assume pretty much nobody used it anyways, so I didn't bother porting it for now)
Note: If you use TellMe on a server, you should then also have it on your client, otherwise the command argument suggestions and tab completions won't work properly. Even so the block/entity/biome etc. filter arguments currently won't tab-complete anything unfortunately.
Original build time: 2020-05-07 21:16:29 UTC+3
- Fix the item dump not showing all the items in some cases
- Basically in cases where the creative tabs are not set properly, the items could have been left out of the dump entirely
Original build time: 2020-09-19 18:43:20 UTC+3
- Add an
items-craftable
dump
Original build time: 2019-09-26 17:22:11 UTC+3
- Add an
items-plantable
dump - Mostly rewrite the item dump code
Original build time: 2019-09-26 16:50:50 UTC+3
- Add an entity dump variant
entities-with-class
with the fully qualified entity class name
Original build time: 2019-08-13 13:42:24 UTC+3
- Add a biome dump variant with mob spawns. Closes GH #19.
Original build time: 2019-06-10 16:58:44 UTC+3
- Fix the
all
dump type failing on a dedicated server, fixes GH #18 - Fix/update some deprecated stuff
- Add a
players
dump, listing all players' health, dimension and position
Original build time: 2019-04-22 23:15:42 UTC+3
- Add a
commands
dump type to dump all commands - Add a
mod-list
dump type to dump the installed mods list
Original build time: 2019-02-19 14:55:53 UTC+2
- Add a basic villager trades dump (without price info atm)
Original build time: 2019-01-08 17:00:55 UTC+2
- Add null checks to advancement dump. Fixes GH #15.
Original build time: 2018-12-21 00:36:00 UTC+2
- Add null protections to Creative Tab dump. Fixes GH #14.
Original build time: 2018-12-19 23:31:14 UTC+2
- Add a
sort-by-count
argument to theblockstats
output commands - Add a
advancements-simple
dump
Original build time: 2018-11-08 02:52:28 UTC+2
- Protect against null values in the Enchantments dump. Fixes GH #13.
Original build time: 2018-11-07 01:26:00 UTC+2
- Add a command to parse & output structure bounding box data from a given file
- Use malilib util methods to get the config/game directories
- Use malilib util methods to get the dimension ID
- Requires malilib
>= 0.10.0
- Requires malilib
- Add the loaded chunks count to the dimension dump, improve world iteration
Original build time: 2019-02-22 23:44:50 UTC+2
- Add a new dump for items with tool class and harvest level info
Original build time: 2018-10-02 17:03:57 UTC+3