addBlockTag
inline fun addBlockTag(tagKey: TagKey<Block>, tagBuilder: IntrinsicHolderTagBuilder<Block>.() -> Unit): TagKey<Block>
Add a Block tag definition using an IntrinsicHolderTagBuilder callback.
Return
the passed TagKey
Parameters
tagKey
the tag to create or add to or replace
tagBuilder
a callback on IntrinsicHolderTagBuilder to create the tag