Added in head crafting and pickup button

This commit is contained in:
tognee 2019-09-18 00:39:14 +02:00
parent 24460ee48c
commit 7bc9c274de
6 changed files with 91 additions and 11 deletions

View file

@ -21,7 +21,7 @@ typedef struct _recipeManager {
Recipe * recipes;
} RecipeManager;
RecipeManager inHeadRecipes;
RecipeManager workbenchRecipes;
RecipeManager furnaceRecipes;
RecipeManager ovenRecipes;