move datapack existence advancements to dedicated namespace
This commit is contained in:
parent
d8e9d9a9d3
commit
9c2a91e1ab
@ -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"
|
||||
]
|
||||
]
|
||||
}
|
@ -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"
|
||||
]
|
||||
]
|
||||
}
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user