Customies icon indicating copy to clipboard operation
Customies copied to clipboard

Block delay whilst placing

Open CoolCuzzy opened this issue 2 years ago • 4 comments
trafficstars

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?

CoolCuzzy avatar Jul 11 '23 10:07 CoolCuzzy

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?

unickorn avatar Jul 12 '23 10:07 unickorn

Tried it, theres no delay on the vanilla world.

CoolCuzzy avatar Jul 17 '23 05:07 CoolCuzzy

This issue is caused because this line: https://github.com/CustomiesDevs/Customies/blob/d783e62eb7a28c87c1932ef6bb3f20383c1a7e52/src/block/CustomiesBlockFactory.php#L123-L125

That component actually causes more problems than benefits, we could remove it and let each block decide whether to use it or not.

IvanCraft623 avatar Aug 08 '23 22:08 IvanCraft623

@IvanCraft623 Could you provide an example of how that causes issues? Have you tested with/without that?

unickorn avatar Aug 09 '23 14:08 unickorn