kumpelblase2 / Remote-Entities

A library that enables you to control entities in minecraft.
Other
31 stars 28 forks source link

Created entities always seem to be facing south (yaw = 0) #62

Closed desht closed 10 years ago

desht commented 11 years ago

I've tried various ways of trying to make an entity face a given direction on creation but none seem to work:

See https://github.com/desht/ChessCraft/blob/master/src/main/java/me/desht/chesscraft/chess/pieces/EntityChessStone.java - I've verified the yaw is correct with debug statements. However, all entities end up facing south when I create them, meaning my chess piece don't face the right way :(

Once the entities are moved (using my custom DesireMovePiece desire), they do face the right way.