Luligabi1 / CoxinhaUtilities

A standalone utility mod adding random and ̶m̶o̶s̶t̶l̶y̶ always unoriginal things
https://www.curseforge.com/minecraft/mc-mods/coxinha-utilities
Other
4 stars 4 forks source link

Cardboard Boxes 'flick' when placed #30

Closed Luligabi1 closed 11 months ago

Luligabi1 commented 11 months ago

Whenever there's a valid position a cardboard box could be placed on the ground, it'll flicker on that position (as if it was placed there for a split second) before the packing ends.

https://github.com/Luligabi1/CoxinhaUtilities/assets/33578169/1586a2b0-f1e5-4a74-bfcf-fb122934d1bc

I belive this might be some issue with the ActionResults returned on the packing logic, albeit I'm not certain.

https://github.com/Luligabi1/CoxinhaUtilities/blob/dd642485e7eb9d07c79b41da7b346dce3f341ec2/src/main/java/me/luligabi/coxinhautilities/common/block/cardboardbox/CardboardBoxBlockItem.java#L36-L75