Block delay whilst placing
Opened this issue · 4 comments
Hey! So essentially on my server were using our custom blocks for buildings etc
They seem to have a delay and aren’t as smooth as default blocks. Like for example if you attempt to jump and keep placing a block under you to stack up, you will fall to the side because of the delay, the block pushing you and you falling off.
Is there a resolution for this?
To make sure this is related to Customies, could you make a vanilla world with an addon with custom blocks and test doing the exact same thing there?
Tried it, theres no delay on the vanilla world.
This issue is caused because this line:
Customies/src/block/CustomiesBlockFactory.php
Lines 123 to 125 in d783e62
That component actually causes more problems than benefits, we could remove it and let each block decide whether to use it or not.
@IvanCraft623 Could you provide an example of how that causes issues? Have you tested with/without that?