Show internal IDs of blocks
Items have internal IDs displayed on the wiki, so why not blocks? Some blocks have unclear internal names like the large walls (copperWallLarge, scrapWallHuge, etc.) so it would be easier if it displayed the block's name instead of having to dig into the games' code.
I apologise if this is the wrong place to post this, but I would also like to add to this issue that the names of blocks on the Github source differ from those found in the compiled release version of 146. For example, I found that titanium conveyors are named "titaniumConveyor" in Blocks.java on the repo, but named "titanium-conveyor" in the dedicated server's Blocks.java after opening the jar file with 7zip. So, when/if the Block IDs are added, could the different naming variants also be included so people aren't confused like I was?