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.
218 B · 18 lines
C
at main
12345678910111213141516171819#pragma once
#include "Model.h"
class Cube;
class ChestModel : public Model{public: using Model::render;
ModelPart *lid; ModelPart *bottom; ModelPart *lock;
ChestModel(); void render(bool usecompiled);};