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