mirror of
https://github.com/cuberite/cuberite.git
synced 2025-01-09 04:19:26 +08:00
Fix enderchest placement rotation
This commit is contained in:
parent
fed03048ad
commit
1b17ec4ca9
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user