Show elytra animation when using elytra #4108
No reviewers
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#4108
Loading…
Reference in New Issue
No description provided.
Delete Branch "elytra"
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?
Background
Before
e1d5899aa5 (diff-5b1214c31d429c4988c8268df3a9b655e576e123)
the elytra animation was shown but the player model was upside down. I think this commit causes the load order of mcl_player_plus and mcl_player to change. These two mods are both trying to set the player animation when elytra is in use. The mod who's global_step gets called last will win. This is determined by mod load order.I think mcl_playerplus functionality should be moved to mcl_player. It's dumb to have two mods doing the same thing.
What this PR does
1a53c66fc2
to9b9a18c6b0
WIP:Show elytra animation when using elytrato Show elytra animation when using elytraReady for review
9b9a18c6b0
to4c0bad754e