move datapack existence advancements to dedicated namespace

This commit is contained in:
Arthur Lu 2025-02-11 20:51:19 +00:00
parent d8e9d9a9d3
commit 9c2a91e1ab
13 changed files with 45 additions and 1 deletions

View File

@ -0,0 +1,22 @@
{
"display": {
"icon": {
"id": "minecraft:orange_concrete_powder"
},
"title": "Universal Dyeing",
"description": "Dye 8 different items in bulk.",
"show_toast": false,
"announce_to_chat": false
},
"parent": "minecraft:root",
"criteria": {
"tick": {
"trigger": "minecraft:tick"
}
},
"requirements": [
[
"tick"
]
]
}

View File

@ -0,0 +1,22 @@
{
"display": {
"icon": {
"id": "minecraft:lime_wool"
},
"title": "Better Wool Dyeing",
"description": "Dye 8 different wool in bulk.",
"show_toast": false,
"announce_to_chat": false
},
"parent": "minecraft:root",
"criteria": {
"tick": {
"trigger": "minecraft:tick"
}
},
"requirements": [
[
"tick"
]
]
}

View File

@ -23,7 +23,7 @@
"minecraft:red_wool",
"minecraft:black_wool"
],
"O": "#universal_dyeing:dyes/white_dye"
"O": "minecraft:white_dye"
},
"result": {
"id": "minecraft:white_wool",