Block Placers do not update concrete powder with water until the powder is updated
DalekCraft2 opened this issue ยท 6 comments
๐ Description (REQUIRED)
Whilst using an auto-block placer setup with an observer clock, the block placer places concrete powder next to a water stream. However, the block stays as powder and does not harden until it has been clicked or updated.
๐ Steps to reproduce the Issue (REQUIRED)
- Make a block placer with a water source or flowing block next to the placing area
- Fill the block placer with concrete powder
- Activate the block placer
- The powder is not solidified
๐ก Expected behavior (REQUIRED)
The powder should instantly harden upon being placed. This was what happened in previous updates.
๐งญ Environment (REQUIRED)
- Server Software: Paper
- Minecraft Version: 1.16.5
- Slimefun Version: SF vDev-821
After further testing this is client side desync issue, not Slimefun.
2021-02-25.09-53-03.mp4
Viewed with /cmi blockinfo to make sure.
2021-02-25.09-57-03.mp4
Is it possible for one to fix the clientside issue somehow?
Probably not, it's Minecraft issue. Try to ask Mojang tho.
The workaround for this issue is either you right click your blocks to update it or something else. or relogging to your server / changing world to update it.
Because it is an automatic concrete maker, I guess that I could simply make another observer clock next to the output position so it can update constantly.