Steps to reproduce (on mobile)
Have a pillager/ravager spawn egg in your inventory;
Touch it and move to another slot
Steps to reproduce (on Windows 10)
Have a pillager/ravager spawn egg in your inventory
Open the full inventory and shift-click the spawn egg
Expected Results:
The egg stays the same color all the time.
Observed Results:
The egg displays a brown texture without any dots while it's being moved.
Notes:
From: @unknown
ravager.entity.json
"geometry": {
"default": "geometry.ravager"
},
"render_controllers": [
"controller.render.ravager"
],
"spawn_egg": {
"base_color": "#757470",
"overlay_color": "#5b5049"
vindicator.entity.json
"geometry": { "default": "geometry.vindicator.v1.8" },
"spawn_egg": {
"texture": "spawn_egg",
"texture_index": 39
This is probably caused by the fact that these eggs aren't textures of their own, they're pattern textures that change colors.