mirror of
https://github.com/Patoke/LCERenewed.git
synced 2026-08-08 06:46:53 +00:00
feat: init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#include "stdafx.h"
|
||||
#include "net.minecraft.h"
|
||||
#include "StoneButtonTile.h"
|
||||
|
||||
StoneButtonTile::StoneButtonTile(int id) : ButtonTile(id, false)
|
||||
{
|
||||
}
|
||||
|
||||
Icon *StoneButtonTile::getTexture(int face, int data)
|
||||
{
|
||||
return Tile::stone->getTexture(Facing::UP);
|
||||
}
|
||||
Reference in New Issue
Block a user