the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at master 7 lines 82 B view raw
1#pragma once 2 3class StructureRecipies 4{ 5public: 6 void addRecipes(Recipes *r); 7};