the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 13 lines 174 B view raw
1#pragma once 2 3class BlockReplacements 4{ 5public: 6 static void staticCtor(); 7 8private: 9 static byteArray replacements; 10 11public: 12 static void replace(byteArray blocks); 13};