friendlyhj / ZenUtils

https://www.curseforge.com/minecraft/mc-mods/zenutil
MIT License
19 stars 8 forks source link

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

Closed Krutoy242 closed 1 year ago

Krutoy242 commented 1 year ago

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

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

    image

Krutoy242 commented 1 year ago

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