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.
387 B · 13 lines
C
at main
12345678910111213#pragma once#include "QuadrupedModel.h"
class SheepModel : public QuadrupedModel{private: float headXRot;public: SheepModel();
virtual void prepareMobModel(shared_ptr<LivingEntity> mob, float time, float r, float a); virtual void setupAnim(float time, float r, float bob, float yRot, float xRot, float scale, shared_ptr<Entity> entity, unsigned int uiBitmaskOverrideAnim=0);};