Rearranged advancements

This commit is contained in:
patience 2025-09-01 03:07:26 +01:00
commit 80fb6f02a7
No known key found for this signature in database
6 changed files with 88 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{
"replace": true,
"entities": [
"#accessories:defaulted_targets"
],
"slots": []
}

View file

@ -0,0 +1,7 @@
{
"replace": false,
"values": [],
"remove": [
"minecraft:spyglass"
]
}

View file

@ -0,0 +1,8 @@
{
"replace": false,
"values": [
"minecraft:compass",
"minecraft:clock",
"minecraft:spyglass"
]
}

View file

@ -0,0 +1,12 @@
{
"replace": true,
"entities": [
"minecraft:player",
"minecraft:armor_stand"
],
"slots": [
"back",
"belt",
"charm"
]
}

View file

@ -0,0 +1,3 @@
{
"size": 3
}

View file

@ -0,0 +1,51 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"name": "minecraft:ancient_debris"
},
{
"type": "minecraft:item",
"functions": [
{
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops",
"function": "minecraft:apply_bonus"
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "minecraft:netherite_scrap"
}
]
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/ancient_debris"
}