Mob Spawn Egg Texture Updates #2702
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
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: VoxeLibre/VoxeLibre#2702
Loading…
Reference in New Issue
No description provided.
Delete Branch "spawn_egg_texture_updates"
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?
These changes fix the icon for the Free The End advancement. It also added the new spawn egg textures to spawn egg api function.
Fixes an suggestion/issue discussed in Discord.
The only issue with changing the register_egg function is if the turtle egg gets added it has its own texture in Minecraft and isn't made from the greyscale images.
Could have a register_tinted_egg that takes the background and foreground colors, creates the texture modifier and passes it to register_egg. Keeps both options available.
"Update forgotten blaze egg texture definition" Lol my reaction to that was "WTF I grepped the source twice to make sure I hadn't missed any eggs!"
Lol, sorry, no, that was my own fault, not yours.
O...k? I looked it up on the minecraft wiki. It has a spawn egg, but it also has the normal placable eggs. Basically, turtles and chickens have two ways to spawn manually, but both have standard spawn eggs like every other mob.
The turtle egg has a different design to the other spawn eggs:
It is not generated from the greyscale images, it has a full color texture of its own:
Ok. I personally think it can have a grayscale texture here though.
Ah I just checked again that turtle egg image is not the turtles spawn egg, my mistake.
works