Minenash / CustomHUD

A highly customizable variable-based text HUD for Minecraft
MIT License
82 stars 23 forks source link

Variable Request: target block information #8

Closed SekoiaTree closed 2 years ago

SekoiaTree commented 3 years ago

Ugh, apparently fat-fingering enter automatically uploads the issue. Anyway, it'd be nice to be able to get the information of the target block, more than just xyz: for example, the type of block, the block data (for blockstates) and tags. Another similar thing could be targeted fluid

Minenash commented 3 years ago

Yeah, the main reason I hadn't added it was because I wasn't fully sure how to show the block states nicely. I think I got a way though

SekoiaTree commented 3 years ago

very nice :)

Minenash commented 2 years ago

See #30

Minenash commented 2 years ago

Target block/fluid/entity's name/id/cords added in 2.0 awaiting release. Things like blocktags and states will come in a later release

Minenash commented 2 years ago

Added in v2.0-beta.1

I'll make a superseding issue for blovktags, etc