December 2014 files
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
#include "TileEntityRenderer.h"
|
||||
|
||||
class ChestModel;
|
||||
@@ -7,8 +6,16 @@ class ChestModel;
|
||||
class ChestRenderer : public TileEntityRenderer
|
||||
{
|
||||
private:
|
||||
static ResourceLocation CHEST_LARGE_TRAP_LOCATION;
|
||||
//static ResourceLocation CHEST_LARGE_XMAS_LOCATION;
|
||||
static ResourceLocation CHEST_LARGE_LOCATION;
|
||||
static ResourceLocation CHEST_TRAP_LOCATION;
|
||||
//static ResourceLocation CHEST_XMAS_LOCATION;
|
||||
static ResourceLocation CHEST_LOCATION;
|
||||
|
||||
ChestModel *chestModel;
|
||||
ChestModel *largeChestModel;
|
||||
boolean xmasTextures;
|
||||
|
||||
public:
|
||||
ChestRenderer();
|
||||
|
||||
Reference in New Issue
Block a user