the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 10 lines 159 B view raw
1#pragma once 2 3class ResourceLocation; 4 5class TextureAtlas 6{ 7public: 8 static ResourceLocation LOCATION_BLOCKS; 9 static ResourceLocation LOCATION_ITEMS; 10};