Something went wrong. Try again.
the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
Something went wrong. Try again.
318 B · 13 lines
C
at main
12345678910111213#pragma once#include "AbstractContainerScreen.h"class DispenserTileEntity;class Inventory;
class TrapScreen : public AbstractContainerScreen{public: TrapScreen(shared_ptr<Inventory> inventory, shared_ptr<DispenserTileEntity> trap);protected: virtual void renderLabels(); virtual void renderBg(float a);};