the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 8 lines 179 B view raw
1#include "stdafx.h" 2 3#include "Redstone.h" 4 5// 4J-JEV: Because whiny Ps4 compiler. 6const int Redstone::SIGNAL_NONE; 7const int Redstone::SIGNAL_MIN; 8const int Redstone::SIGNAL_MAX;