Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent placing of hangables on illegal blocks and break when support block broken (#5301) | Ethan Jones | 2021-10-03 | 1 | -6/+2 |
| | | | | | + Prevent placing of hangables on illegal items and break when support block is broken Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com> | ||||
* | Using Super. | Mattes D | 2020-04-16 | 1 | -1/+1 |
| | |||||
* | Refactored more of Entities and BlockEntities to use Vector3. (#4403) | Mattes D | 2019-09-29 | 1 | -4/+4 |
| | |||||
* | Unified cPacketizer across all protocols. | Mattes D | 2015-03-22 | 1 | -1/+1 |
| | |||||
* | cPainting saving implemented | Tiger Wang | 2015-03-14 | 1 | -0/+1 |
| | | | | Additionally, it now inherits from cHangingEntity. | ||||
* | cItemFrame: Fixed a forgotten rename. | Mattes D | 2014-10-21 | 1 | -1/+1 |
| | |||||
* | Properly exported cItemFrame and cHangingEntity to Lua. | Mattes D | 2014-10-21 | 1 | -6/+11 |
| | |||||
* | Removed redundant semicolons and re-added warning | archshift | 2014-07-24 | 1 | -2/+2 |
| | |||||
* | Tailored death messages | Tiger Wang | 2014-07-04 | 1 | -1/+1 |
| | |||||
* | Add item frame saving. | Howaner | 2014-03-15 | 1 | -8/+14 |
| | |||||
* | Changed BlockFace type to eBlockFace | Tiger Wang | 2014-02-18 | 1 | -2/+2 |
| | |||||
* | Implemented item frames, a part of #689 | Tiger Wang | 2014-02-18 | 1 | -0/+42 |
+ Implemented Item Frames * Fixed Pitch and Yaw being wrongly flipped in the protocol (XOFT!) |