Skip to content

[1.21.11] Texture missing on advancements menu. #43

Description

@sharky98

The texture appears as a black and pink checking pattern.

I've changed manually L16 of the file common/src/main/resources/data/morevillagers/advancement/root.json to "background": "minecraft:block/lime_terracotta" and it corrected the issue.

"background": "minecraft:textures/block/lime_terracotta.png"

{
  "display": {
    "icon": {
      "id": "minecraft:emerald_block"
    },
    "title": {
      "translate": "advancements.root.title"
    },
    "description": {
      "translate": "advancements.root.description"
    },
    "frame": "task",
    "show_toast": false,
    "announce_to_chat": false,
    "hidden": false,
-    "background": "minecraft:textures/block/lime_terracotta.png"
+    "background": "minecraft:block/lime_terracotta"
  },
  "criteria": {
    "always": {
      "trigger": "minecraft:tick"
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions