1
0
Fork 0

Brewing stands do not have rotation

This commit is contained in:
Alexander Harkness 2020-04-08 20:56:23 +01:00
parent 48ccd93426
commit 458d7f95c2
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@
class cBlockBrewingStandHandler :
public cMetaRotator<cBlockEntityHandler, 0x07, 0x02, 0x05, 0x03, 0x04>
public cBlockEntityHandler
{
using super = cMetaRotator<cBlockEntityHandler, 0x07, 0x02, 0x05, 0x03, 0x04>;
using super = cBlockEntityHandler;
public: