Brewing stands do not have rotation
This commit is contained in:
parent
48ccd93426
commit
458d7f95c2
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user