You've already forked minecraft-assets
Create/Update assets for version 17w15a
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:lapis_block",
|
||||
"minecraft:lapis_lazuli"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_lapis": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"count": {
|
||||
"min": 9
|
||||
},
|
||||
"data": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "lapis_block"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_lapis"
|
||||
],
|
||||
[
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user