Skip to content

Specifying Frames for Advancements (lower v2.6, newer see readme)

DaFuqs edited this page Nov 17, 2024 · 1 revision

You can add entirely new advancement frames, including custom colors, via data pack (or included in your mod).

Specify which advancemwnts should use which frame by placing json files in the directory: assets/<data_pack_or_mod_name>/advancement_frames. It contains a list of elements with these properties:

Properties

Frame Overview

Vanilla

task goal challenge
image image image

Shipped with Paginated Advancements

squircle star butterfly crested corners heart
image image image image image image
arrow_right arrow_left arrow_up arrow_down
image image image image
circle excessive none sharp speech_bubble edged block
image image image image image image image

Example: Modifying frames for some vanilla advancements

[
  {
    "advancement": "minecraft:story/shiny_gear",
    "frame": "minecraft:task"
  },
  {
    "advancement": "minecraft:story/cure_zombie_villager",
    "frame": "paginatedadvancements:arrow"
  }
]