-
Notifications
You must be signed in to change notification settings - Fork 1
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.
| Key | Type | Value Example | Note |
|---|---|---|---|
"type" |
String |
"lootables:advancement" |
|
"advancement" |
String |
"minecraft:story/enter_the_nether" |
Valid advancement identifier. |
Unlocks the We Need To Go Deeper advancement when rolled or chosen
{
"type": "lootables:advancement",
"advancement": "minecraft:story/enter_the_nether"
}