Skip to content

Advancement Entry

fzzyhmstrs edited this page Nov 15, 2024 · 1 revision

Grants the player an advancement, plain and simple. Useful for pools that unlock recipes or other advancement-gated progression mechanics.

JSON Definition

Key Type Value Example Note
"type" String
"lootables:advancement"
"advancement" String
"minecraft:story/enter_the_nether"              
Valid advancement identifier.

Examples

Unlocks the We Need To Go Deeper advancement when rolled or chosen

{
  "type": "lootables:advancement",
  "advancement": "minecraft:story/enter_the_nether"
}

Clone this wiki locally