Itemframes broken #973

Closed
opened 2021-01-07 16:04:32 +01:00 by MysticTempest · 1 comment
Member

Repost of my comment to a new issue for increased visibility.

Earlier comment: Wuzzy/MineClone2#922 (comment)


Can we undo this: 2be8a550dc

And, revert back to "wielditem". This breaks a lot of items in itemframes.

In Minecraft; shovels are wielded with the end pointed up. I believe having them rotated was just a design choice to have more "realistic" digging animations; similar to Minetest Game.

So, we can remove the rotations from the "wield_image" section of each shovel in "mcl_tools", and make it like Minecraft; as you alluded to EliasFleckenstein03:

Remove from each shovel's wield_image section:

^[transformR90

Or leave shovels as they are, but fix itemframes. Then we can reopen this as low priority, but open for discussion.

See pic below for a few examples:
note the cauldron, trapdoor, bed, & lilypad; plus ferns not being colorized
https://git.minetest.land/attachments/100a50d2-9caa-4463-8cf2-93b60f86e0f5

Repost of my comment to a new issue for increased visibility. Earlier comment: https://git.minetest.land/Wuzzy/MineClone2/issues/922#issuecomment-12717 ----- Can we undo this: 2be8a550dc And, revert back to "wielditem". This breaks a lot of items in itemframes. In Minecraft; shovels are wielded with the end pointed up. I believe having them rotated was just a design choice to have more "realistic" digging animations; similar to Minetest Game. So, we can remove the rotations from the "wield_image" section of each shovel in "mcl_tools", and make it like Minecraft; as you alluded to EliasFleckenstein03: **Remove from each shovel's wield_image section:** ``` ^[transformR90 ``` Or leave shovels as they are, but fix itemframes. Then we can reopen this as low priority, but open for discussion. **See pic below for a few examples:** note the cauldron, trapdoor, bed, & lilypad; plus ferns not being colorized ![https://git.minetest.land/attachments/100a50d2-9caa-4463-8cf2-93b60f86e0f5](https://git.minetest.land/attachments/100a50d2-9caa-4463-8cf2-93b60f86e0f5)

Done

Done
LizzyFleckenstein03 added the
bug
graphics
labels 2021-01-08 14:34:15 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: VoxeLibre/VoxeLibre#973
No description provided.