Skip to content

Instantly share code, notes, and snippets.

@babeoban
Last active May 15, 2022 05:08
Show Gist options
  • Select an option

  • Save babeoban/43da69a8122a61a468f5f69b8ae2c215 to your computer and use it in GitHub Desktop.

Select an option

Save babeoban/43da69a8122a61a468f5f69b8ae2c215 to your computer and use it in GitHub Desktop.
Canh category
{
"id": "canh",
"name": "Canh",
"version": ">=1.16",
"src_category": "mc",
"conditions": [
[
{
"type": "obtain_item",
"name": "bucket",
"item_id": "minecraft:bucket"
},
{
"type": "player_stat",
"name": "update_stat",
"category": "minecraft:custom",
"stat": "minecraft:jump",
"goal": 100
},
{
"type": "achieve_advancement",
"name": "enter_the_nether",
"advancement": "minecraft:story/enter_the_nether"
}
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment