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.
252 B · 17 lines
C++
at master
1234567891011121314151617#include "stdafx.h"
#include "AmbientCreature.h"
AmbientCreature::AmbientCreature(Level *level) : Mob(level){}
bool AmbientCreature::canBeLeashed(){ return false;}
bool AmbientCreature::mobInteract(shared_ptr<Player> player){ return false;}