TU43 Release 2
+ Added Magma Block, Nether Wart Block, Bone Block, End Stone Block + All Beetroot Items + Polar Bear (excluding audio) + / now opens chat for commands
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include "HayBlockTile.h"
|
||||
|
||||
class BoneBlockTile : public HayBlockTile
|
||||
{
|
||||
public:
|
||||
BoneBlockTile(int id);
|
||||
virtual void registerIcons(IconRegister *iconRegister) override;
|
||||
virtual void playerDestroy(Level *level, shared_ptr<Player> player, int x, int y, int z, int data) override;
|
||||
};
|
||||
Reference in New Issue
Block a user