williambl / EssentialFeatures

🎮 A Minecraft Forge Mod for 1.10 to 1.16.5, adding assorted features.
MIT License
4 stars 1 forks source link

Block breaker with flipped texture/ Wrong block gets broken #80

Closed extremMiSt closed 3 years ago

extremMiSt commented 4 years ago

Description:

For Block breakers in up or down direction the textures are oriented wrongly

Steps to reproduce the problem:

Place Block Breaker upwards or downwards

Expected behavior:

When placed upwards the block above (where the front texture is) gets broken. When placed downwards the block below (where the front texture is) gets broken.

Actual behavior:

When placed upwards the block below gets broken. When placed downwards the block upwards gets broken.

I am not quite sure if the texture is wrong or the wrong block gets broken. Both would explain the behaviour. But since for other orientations the 'front' is placed towards the placer it seems like the texture is just wrong. Cause for up/down the texture is currently away from the player.

Info:

(I'm playing the modpack 'ferrous block')