the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at master 8 lines 203 B view raw
1#pragma once 2#include "EntityRenderer.h" 3 4class LightningBoltRenderer : public EntityRenderer 5{ 6public: 7 virtual void render(shared_ptr<Entity> bolt, double x, double y, double z, float rot, float a); 8};