the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at master 12 lines 167 B view raw
1#pragma once 2 3#include "Feature.h" 4 5class VinesFeature : public Feature 6{ 7 8public: 9 VinesFeature(); 10 11 bool place(Level *level, Random *random, int x, int y, int z); 12};