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.
389 B · 39 lines
C++
at master
123456789101112131415161718192021222324252627282930313233343536373839#include "stdafx.h"
#include "Golem.h"
Golem::Golem(Level *level) : PathfinderMob(level){}
void Golem::causeFallDamage(float distance){}
int Golem::getAmbientSound(){ return -1;}
int Golem::getHurtSound(){ return -1;}
int Golem::getDeathSound(){ return -1;}
int Golem::getAmbientSoundInterval(){ return 20 * 6;}
bool Golem::removeWhenFarAway(){ return false;}