Ars Nouveau

Ars Nouveau

49M Downloads

[1.19.2] Using a charm on top half of tall flowers creates a floating whirlisprig flower

TelepathicGrunt opened this issue ยท 0 comments

commented

With Whirlisprig Charm in the hand, right clicking any flower block (even Flowering Azalea Leaves) will create the whirlisprig flower without any checks to see if the below block has a solid face. This can lead to odd looking floating whirlisprig flower blocks.
image
image

You could override canSurvive method to return true only if the blow below is valid and have the charm check that first before converting the block. It will also make the flower autobreak if the player mines the block from under the flower, thus helping to reduce cases where it can be left floating in the air.