-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
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
BlockorItemStack(for blocks in the hand of a player) - create an
ItemStackfor a given block id and amount - place a custom block with given id at a destination
Block