Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
TellMe

TellMe

A mod for dumping game registries, dumping the data for the held or looked at block/entity/item, counting blocks, biomes, entities, block entities from the world etc.

17.8k
51
Utility
AboutChangelogVersions

0.5.3

by masa on Oct 22, 2023
Download
  • Add Block hardness, resistance and material name to the block info output
  • Fix trying to get stack display name or unlocalized name for stacks with wildcard metadata value

Original build time: 2017-05-10 02:50:48 UTC+3

0.5.2

by masa on Oct 22, 2023
Download
  • Fix a NPE crash with removed/missing blocks in the block-id-to-registryname dump command
  • Add separate command variants list-csv and dump-csv to dump the outputs in a CSV format

Original build time: 2017-03-20 15:09:27 UTC+2

0.5.1

by masa on Oct 22, 2023
Download
  • Add getting block info from the block adjacent to the targeted one - possibly useful for debugging "ghost" blocks
    • This is done by having the debug item in both hands, or by adding adjacent as the last argument to the /tellme lookingat command
  • Add a missing event handler for entity interaction - getting info from things like an Armor Stand now works
  • Improvements to the ray trace method (used for the /tellme lookingat command)
  • /tellme loaded (tile)entities commands:
    • Use a proxy to get the loaded chunks when on a client
    • Support parsing the ~ relative coordinate arguments
    • Add a new variant to list all loaded entities
  • Change the method used to write the data dumps to file - it is now much faster with large data dumps
  • Add the Biome registry name to the /tellme biome command output
  • Add dump commands for simple biome id to biome name, and block id to block registry name dumps (I need them myself for some MapWriter/Anvilmapper things...)
  • Add an Exists column to the block dump.
    • When it says false, the block is then a Forge-added dummy air block placeholder for a missing block. Those happen if mods are removed or blocks are removed from a mod, and thus there are blocks missing from the game compared to the block ID map read from a level.dat file.
  • Add some missing command tab completions
  • Internal: Clean up and improve some command argument stuff
  • Don't show the metadata value (was shown as 0 in such cases) in block dumps unless there is a valid ItemStack found for the block

Original build time: 2017-03-03 13:01:07 UTC+2

0.5.0

by masa on Oct 22, 2023
Download
  • Change the oredictionary-by-item dump output format to something actually readable...
  • Add a command to list all loaded tile entities, either grouped by chunk or grouped by the TE type
  • Add command variants to list loaded entities or tile entities from a specified chunk or from all chunks (at least partially with)in an area
  • Add a command for dumping PotionTypes (in addition to the previous Potions, which is just the effect type itself)
  • Add a command for dumping all registered mob spawn eggs
  • Add a command for dumping all valid blockstates, either grouped by block, or each permutation of state separately

Original build time: 2017-01-16 22:57:59 UTC+2

0.4.0

by masa on Oct 22, 2023
Download
  • Block debug item: Don't call getExtendedState() on the server side - some mod blocks crash when you do that
  • Add config options to enable/disable the debug items
  • Add config options to change the debug items
  • Add command alternatives for the debug items:
    • /tellme holding and
    • /tellme lookingat
  • Add a dump type for registered dimensions
  • Add a dump command for enchantments
  • Add a dump command for fluids
  • Add a dump command for all Ore Dictionary entries
  • Add a dump command for potions
  • Add a dump command for SoundEvents
  • Add a dump command for registered TileEntities
  • Add a dump command for villager professions
  • Improve/clean up/change the existing biome, block and item dumps
  • Internal: Clean up the commands and localization things
  • Internal: Refactore/re-write all the dump things to use a common, dynamic data structure for the dump data stuffs

Original build time: 2017-01-14 01:06:41 UTC+2

0.3.0

by masa on Oct 22, 2023
Download
  • Add sub blocks and sub items to the block and item list dumps, when run on the client side
  • Add Ore Dictionary keys to the block (= item really) and item list dumps

Original build time: 2016-09-29 22:00:01 UTC+3

0.3.0-pre.3

by masa on Oct 22, 2023
Download
  • Update to MC 1.10.2

Original build time: 2016-06-29 16:28:50 UTC+3

0.3.0-pre.3

by masa on Oct 22, 2023
Download
  • Update to MC 1.10
  • Fix entity list dump being broken (maybe just in a development environment...)

Original build time: 2016-06-23 18:00:25 UTC+3

0.3.0-pre.2

by masa on Oct 22, 2023
Download
  • Clean up some argument handling, add support for the relative ~ argument to the blockstats command
  • Clean up and improve and expand the biome info output somewhat
  • Add client-side command support
  • Add a basic "list loaded entities" command, which can show the entity count per chunk or per entity type

Original build time: 2016-06-19 19:59:07 UTC+3

0.2.11

by masa on Oct 22, 2023
Download
  • Update to MC 1.9.4

Original build time: 2016-05-19 17:09:59 UTC+3

0.2.11

by masa on Oct 22, 2023
Download
  • Update to Forge 1840+
  • Now uses the new PlayerInteractEvent in Forge 1840+

Original build time: 2016-04-08 16:55:44 UTC+3

0.2.10-pre.1

by masa on Oct 22, 2023
Download
  • Update for Forge 1805+

Original build time: 2016-03-27 01:09:50 UTC+2

0.2.9-pre.1

by masa on Oct 22, 2023
Download
  • Update to MC 1.9
  • Note: Since Forge doesn't yet have a replacement for PlayerInteractEvent for the new off hand stuff, the NBT dumps for blocks and items with a Gold Nugget and Blaze Rod are currently temporarily tied to a left click instead of the usual right click. To get a dump from an item, just left click any block with the blaze rod. For entities it works as usual with a right click though, since that uses a different event.

Original build time: 2016-03-19 01:26:01 UTC+2

0.3.0-pre.1

by masa on Oct 22, 2023
Download
  • Clean up and improve and expand the biome info output somewhat
  • Clean up some argument handling and add support for the relative ~ argument to the blockstats command
  • Add client-side command support

Original build time: 2016-05-01 22:43:47 UTC+3

0.2.9

by masa on Oct 22, 2023
Download
  • Update to MC 1.8.9
  • Fix one block rounding offset of the player position with negative coordinates in the /tellme biome current command

This version should work in all MC 1.8.x versions.

Original build time: 2015-12-31 13:35:47 UTC+2

0.2.8

by masa on Oct 22, 2023
Download
  • Update to MC 1.8.8
  • Add the biome's temperature category to the /tellme biome current output
  • Some internal clean-up

Original build time: 2015-12-27 16:08:19 UTC+2

0.2.7

by masa on Oct 22, 2023
Download
  • Fix: Call Block#getActualState() to get the "actual" state
  • Update the Forge version built against

Original build time: 2015-03-03 08:21:05 UTC+2

0.2.6a

by masa on Oct 22, 2023
Download
  • Some fixes to block/item list dumping

Original build time: 2015-01-11 21:13:10 UTC+2

0.2.6

by masa on Oct 22, 2023
Download
  • Add block, item and entity list dumps
    • Note: block and item sub types are not listed, since the server doesn't know those

Original build time: 2015-01-11 19:47:11 UTC+2

0.2.5

by masa on Oct 22, 2023
Download
  • Minor clean-up to BiomeInfo
  • Change the interact event handler so that targeting fluids with the gold nugget is also possible (only works for source blocks though)
  • Fix an issue with Block metadata/ItemStack damage being read wrong for some blocks
  • Append a number to data dump filenames if a file already exists by that name
  • Print the filename of the dump file to chat after dumping the data

Original build time: 2015-01-05 20:44:11 UTC+2

1
4
5
6

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@656c5b6

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.