Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-44590

The color of the ravager spawn egg turns into the color of the mask spawn egg when dragged in the inventory

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • 1.12.0.2 Beta, 1.11.0.10 Beta
    • None
    • Confirmed
    • Android

      When you are dragging a ravager spawn egg, it's color will become the mask spawn egg. Apparently the ravager.entity.json file uses "base_color" and "overlay_color" instead of "texture" and "texture_index". Here's an comparison between a ravager's spawn egg and a vindicator's spawn egg. This is seen in the ravager.entity.json file.

      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
      

            drownedzombie01 [Mod] DrownedZombie
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: