friendlyhj/ZenUtils

[Feature Request] Numerical `Block ID` getter from a block

Krutoy242 opened this issue · 1 comments

Sometimes, i need to acces int IDs of blocks from CT code.

Jared, mainteiner of CT suggested

make a crt addon to expose the int id

Right now, in my modpack E2E-E i need two usage for this getter:

  1. Bedrock Ore mod using int IDs in its NBT block tags. Sometimes i need to change one block to another or turn bedrock into Bedrock Ore with a script.

image

  1. Vulpes Library ghost blocks. Using them could be nice idea for interactions or custom events. They use numerical IDs too.

image

Thank you very much! Features of your addon helps me with my modpack a lot!