🍲Crafting Recipes

The game has a crafting system, which takes some blocks as input, then burn all the input blocks and create a new block to your inventory. All the crafting recipes are defined in the contract code here.(Just read the code. It's simple and better than my explanation:) )

For simple crafting, press 'E' to open your inventory. Put the raw blocks in the right place. If these raw materials fit the recipe, then Bravo!

Simple Crafting

But sometimes simple crafting is not enough:) We must first make a crafting table. The recipe of a crafting table is: four planks, each made by a log. (check it in the same code)

After you make the craft table, put it on the ground and target to it. Then press 'R' to open the advanced inventory.

Now you can crafting more advanced blocks:

Last updated