You've already forked minecraft-assets
Create/Update assets for version 17w15a
This commit is contained in:
33
assets/minecraft/advancements/recipes/tools/clock.json
Normal file
33
assets/minecraft/advancements/recipes/tools/clock.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:clock"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_redstone": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "clock"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_redstone"
|
||||
],
|
||||
[
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
33
assets/minecraft/advancements/recipes/tools/compass.json
Normal file
33
assets/minecraft/advancements/recipes/tools/compass.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:compass"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_redstone": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "compass"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_redstone"
|
||||
],
|
||||
[
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
33
assets/minecraft/advancements/recipes/tools/diamond_axe.json
Normal file
33
assets/minecraft/advancements/recipes/tools/diamond_axe.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:diamond_axe"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "diamond_axe"
|
||||
}
|
||||
},
|
||||
"has_diamond": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:diamond"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_diamond"
|
||||
]
|
||||
]
|
||||
}
|
||||
33
assets/minecraft/advancements/recipes/tools/diamond_hoe.json
Normal file
33
assets/minecraft/advancements/recipes/tools/diamond_hoe.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:diamond_hoe"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "diamond_hoe"
|
||||
}
|
||||
},
|
||||
"has_diamond": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:diamond"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_diamond"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:diamond_pickaxe"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "diamond_pickaxe"
|
||||
}
|
||||
},
|
||||
"has_diamond": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:diamond"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_diamond"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:diamond_shovel"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "diamond_shovel"
|
||||
}
|
||||
},
|
||||
"has_diamond": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:diamond"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_diamond"
|
||||
]
|
||||
]
|
||||
}
|
||||
33
assets/minecraft/advancements/recipes/tools/fishing_rod.json
Normal file
33
assets/minecraft/advancements/recipes/tools/fishing_rod.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:fishing_rod"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_string": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:string"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "fishing_rod"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_string"
|
||||
],
|
||||
[
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:flint_and_steel"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_flint": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:flint"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "flint_and_steel"
|
||||
}
|
||||
},
|
||||
"has_obsidian": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:obsidian"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_flint"
|
||||
],
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_obsidian"
|
||||
]
|
||||
]
|
||||
}
|
||||
33
assets/minecraft/advancements/recipes/tools/golden_axe.json
Normal file
33
assets/minecraft/advancements/recipes/tools/golden_axe.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:golden_axe"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_gold_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:gold_ingot"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "golden_axe"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_gold_ingot"
|
||||
],
|
||||
[
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
33
assets/minecraft/advancements/recipes/tools/golden_hoe.json
Normal file
33
assets/minecraft/advancements/recipes/tools/golden_hoe.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:golden_hoe"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_gold_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:gold_ingot"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "golden_hoe"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_gold_ingot"
|
||||
],
|
||||
[
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:golden_pickaxe"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_gold_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:gold_ingot"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "golden_pickaxe"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_gold_ingot"
|
||||
],
|
||||
[
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:golden_shovel"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_gold_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:gold_ingot"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "golden_shovel"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_gold_ingot"
|
||||
],
|
||||
[
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
33
assets/minecraft/advancements/recipes/tools/iron_axe.json
Normal file
33
assets/minecraft/advancements/recipes/tools/iron_axe.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:iron_axe"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "iron_axe"
|
||||
}
|
||||
},
|
||||
"has_iron_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_iron_ingot"
|
||||
]
|
||||
]
|
||||
}
|
||||
33
assets/minecraft/advancements/recipes/tools/iron_hoe.json
Normal file
33
assets/minecraft/advancements/recipes/tools/iron_hoe.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:iron_hoe"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "iron_hoe"
|
||||
}
|
||||
},
|
||||
"has_iron_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_iron_ingot"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:iron_pickaxe"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "iron_pickaxe"
|
||||
}
|
||||
},
|
||||
"has_iron_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_iron_ingot"
|
||||
]
|
||||
]
|
||||
}
|
||||
33
assets/minecraft/advancements/recipes/tools/iron_shovel.json
Normal file
33
assets/minecraft/advancements/recipes/tools/iron_shovel.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:iron_shovel"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "iron_shovel"
|
||||
}
|
||||
},
|
||||
"has_iron_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_iron_ingot"
|
||||
]
|
||||
]
|
||||
}
|
||||
33
assets/minecraft/advancements/recipes/tools/lead.json
Normal file
33
assets/minecraft/advancements/recipes/tools/lead.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:lead"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_slime_ball": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:slime_ball"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "lead"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_slime_ball"
|
||||
],
|
||||
[
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
33
assets/minecraft/advancements/recipes/tools/shears.json
Normal file
33
assets/minecraft/advancements/recipes/tools/shears.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:shears"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "shears"
|
||||
}
|
||||
},
|
||||
"has_iron_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_iron_ingot"
|
||||
]
|
||||
]
|
||||
}
|
||||
33
assets/minecraft/advancements/recipes/tools/stone_axe.json
Normal file
33
assets/minecraft/advancements/recipes/tools/stone_axe.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:stone_axe"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_cobblestone": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "stone_axe"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_cobblestone"
|
||||
],
|
||||
[
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
33
assets/minecraft/advancements/recipes/tools/stone_hoe.json
Normal file
33
assets/minecraft/advancements/recipes/tools/stone_hoe.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:stone_hoe"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_cobblestone": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "stone_hoe"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_cobblestone"
|
||||
],
|
||||
[
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:stone_pickaxe"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_cobblestone": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "stone_pickaxe"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_cobblestone"
|
||||
],
|
||||
[
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:stone_shovel"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_cobblestone": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "stone_shovel"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_cobblestone"
|
||||
],
|
||||
[
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
33
assets/minecraft/advancements/recipes/tools/wooden_axe.json
Normal file
33
assets/minecraft/advancements/recipes/tools/wooden_axe.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:wooden_axe"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_stick": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "wooden_axe"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_stick"
|
||||
],
|
||||
[
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
33
assets/minecraft/advancements/recipes/tools/wooden_hoe.json
Normal file
33
assets/minecraft/advancements/recipes/tools/wooden_hoe.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:wooden_hoe"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_stick": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "wooden_hoe"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_stick"
|
||||
],
|
||||
[
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:wooden_pickaxe"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_stick": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "wooden_pickaxe"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_stick"
|
||||
],
|
||||
[
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:wooden_shovel"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_stick": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "wooden_shovel"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_stick"
|
||||
],
|
||||
[
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user