Open
Description
Add API similar to ItemsRegistry
but for custom blocks.
Features:
- check if a custom block with a given name exists
- get the block id (as string) of a
Block
orItemStack
(for blocks in the hand of a player) - create an
ItemStack
for a given block id and amount - place a custom block with given id at a destination
Block