the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 6 lines 235 B view raw
1#include "stdafx.h" 2#include "TextureAtlas.h" 3#include "ResourceLocation.h" 4 5ResourceLocation TextureAtlas::LOCATION_BLOCKS = ResourceLocation(TN_TERRAIN); 6ResourceLocation TextureAtlas::LOCATION_ITEMS = ResourceLocation(TN_GUI_ITEMS);