1
0
Fork 0

Fix enderchest placement rotation

This commit is contained in:
ion232 2020-08-09 12:22:10 +01:00 committed by Alexander Harkness
parent fed03048ad
commit 1b17ec4ca9
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@
class cBlockEnderchestHandler :
public cYawRotator<cBlockEntityHandler>
public cYawRotator<cBlockEntityHandler, 0x07, 0x03, 0x04, 0x02, 0x05>
{
using Super = cYawRotator<cBlockEntityHandler>;
using Super = cYawRotator<cBlockEntityHandler, 0x07, 0x03, 0x04, 0x02, 0x05>;
public: