cuberite / cuberite

A lightweight, fast and extensible game server for Minecraft
https://cuberite.org
Other
5.03k stars 640 forks source link

Blocks on top of hoppers #4933

Open ghost opened 4 years ago

ghost commented 4 years ago

Client version: 1.13.2 Server OS: linux Cuberite Commit id: a0dd311d029e862d39b2b26e5397742e7264637a built at: approx: 2020-09-22 13:38:55 +0200

Expected behavior

2020-09-24_05 39 33

Actual behavior

2020-09-24_05 50 29 Except for pressure plates, comparators and repeaters - but those are already magical.

12xx12 commented 4 years ago

Thank you for your report.

Do you know if this is some new 1.13.x behaviour or if this should work with older versions?

ghost commented 4 years ago

Seems to present as far as 1.8 (of those supported by current protocol) 2020-09-24_19 53 38

ghost commented 4 years ago

NOTE: When, say, a torch is placed on the side, It should be placed as if clicked on top of the neighbouring block like this: 2020-09-24_19 59 42 2020-09-24_19 59 45 Other than this particular case, the m_FullyOccupiesVoxel adds the feature in question.