Itemframes broken #973
Labels
No Label
#P1 CRITICAL
#P2: HIGH
#P3: elevated
#P4 priority: medium
#P6: low
#Review
annoying
API
bug
code quality
combat
commands
compatibility
configurability
contribution inside
controls
core feature
creative mode
delayed for engine release
documentation
duplicate
enhancement
environment
feature request
gameplay
graphics
ground content conflict
GUI/HUD
help wanted
incomplete feature
invalid / won't fix
items
looking for contributor
mapgen
meta
mineclone2+
Minecraft >= 1.13
Minecraft >= 1.17
missing feature
mobile
mobs
mod support
model needed
multiplayer
Needs adoption
needs discussion
needs engine change
needs more information
needs research
nodes
non-mob entities
performance
player
possible close
redstone
release notes
schematics
Skyblock
sounds
Testing / Retest
tools
translation
unconfirmed
mcl5
mcla
Media missing
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: VoxeLibre/VoxeLibre#973
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
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
Done