Simple custom Item - Creating a 'Gem'

Every item, block or entity requires a Behavior file in the bhv folder (to define how the item is going to behave) and a Resource file in the res folder (to define how the item will look in-game).

Let's start off by creating our simple item's behavior file (gem.json) in bhv/items(Create an items folder in the bhv folder). In other words, let's create the behavior in bhv/items/gem.json.