You've already forked minecraft-assets
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d039d3b93 |
@@ -12,6 +12,9 @@
|
||||
"frame": "challenge"
|
||||
},
|
||||
"parent": "adventure/sleep_in_bed",
|
||||
"rewards": {
|
||||
"experience": 500
|
||||
},
|
||||
"criteria": {
|
||||
"birch_forest_hills": {
|
||||
"trigger": "minecraft:location",
|
||||
|
||||
@@ -190,27 +190,29 @@
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
["cave_spider"],
|
||||
["spider"],
|
||||
["zombie_pigman"],
|
||||
["enderman"],
|
||||
["polar_bear"],
|
||||
["blaze"],
|
||||
["creeper"],
|
||||
["evoker"],
|
||||
["ghast"],
|
||||
["guardian"],
|
||||
["husk"],
|
||||
["magma_cube"],
|
||||
["shulker"],
|
||||
["silverfish"],
|
||||
["skeleton"],
|
||||
["slime"],
|
||||
["stray"],
|
||||
["vindicator"],
|
||||
["witch"],
|
||||
["wither_skeleton"],
|
||||
["zombie"],
|
||||
["zombie_villager"]
|
||||
[
|
||||
"cave_spider",
|
||||
"spider",
|
||||
"zombie_pigman",
|
||||
"enderman",
|
||||
"polar_bear",
|
||||
"blaze",
|
||||
"creeper",
|
||||
"evoker",
|
||||
"ghast",
|
||||
"guardian",
|
||||
"husk",
|
||||
"magma_cube",
|
||||
"shulker",
|
||||
"silverfish",
|
||||
"skeleton",
|
||||
"slime",
|
||||
"stray",
|
||||
"vindicator",
|
||||
"witch",
|
||||
"wither_skeleton",
|
||||
"zombie",
|
||||
"zombie_villager"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -12,6 +12,9 @@
|
||||
"frame": "challenge"
|
||||
},
|
||||
"parent": "adventure/kill_a_mob",
|
||||
"rewards": {
|
||||
"experience": 100
|
||||
},
|
||||
"criteria": {
|
||||
"cave_spider": {
|
||||
"trigger": "minecraft:player_killed_entity",
|
||||
|
||||
@@ -21,5 +21,5 @@
|
||||
"trigger": "minecraft:entity_killed_player"
|
||||
}
|
||||
},
|
||||
"requirements": [["killed_something"], ["killed_by_something"]]
|
||||
"requirements": [["killed_something", "killed_by_something"]]
|
||||
}
|
||||
@@ -12,6 +12,9 @@
|
||||
"frame": "challenge"
|
||||
},
|
||||
"parent": "adventure/shoot_arrow",
|
||||
"rewards": {
|
||||
"experience": 50
|
||||
},
|
||||
"criteria": {
|
||||
"killed_skeleton": {
|
||||
"trigger": "minecraft:player_killed_entity",
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:totem_of_undying"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.adventure.totem_of_undying.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.adventure.totem_of_undying.description"
|
||||
},
|
||||
"frame": "goal"
|
||||
},
|
||||
"parent": "adventure/kill_a_mob",
|
||||
"criteria": {
|
||||
"used_totem": {
|
||||
"trigger": "minecraft:used_totem",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "minecraft:totem_of_undying"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -12,6 +12,9 @@
|
||||
"frame": "challenge"
|
||||
},
|
||||
"parent": "minecraft:end/find_end_city",
|
||||
"rewards": {
|
||||
"experience": 50
|
||||
},
|
||||
"criteria": {
|
||||
"levitated": {
|
||||
"trigger": "minecraft:levitation",
|
||||
|
||||
@@ -12,6 +12,9 @@
|
||||
"frame": "challenge"
|
||||
},
|
||||
"parent": "minecraft:husbandry/plant_seed",
|
||||
"rewards": {
|
||||
"experience": 100
|
||||
},
|
||||
"criteria": {
|
||||
"apple": {
|
||||
"trigger": "consume_item",
|
||||
@@ -57,23 +60,71 @@
|
||||
"trigger": "consume_item",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "minecraft:golden_apple"
|
||||
"item": "minecraft:golden_apple",
|
||||
"data": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
"fish": {
|
||||
"enchanted_golden_apple": {
|
||||
"trigger": "consume_item",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "minecraft:fish"
|
||||
"item": "minecraft:golden_apple",
|
||||
"data": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"cooked_fish": {
|
||||
"raw_cod": {
|
||||
"trigger": "consume_item",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "minecraft:cooked_fish"
|
||||
"item": "minecraft:fish",
|
||||
"data": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
"raw_salmon": {
|
||||
"trigger": "consume_item",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "minecraft:fish",
|
||||
"data": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"clownfish": {
|
||||
"trigger": "consume_item",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "minecraft:fish",
|
||||
"data": 2
|
||||
}
|
||||
}
|
||||
},
|
||||
"pufferfish": {
|
||||
"trigger": "consume_item",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "minecraft:fish",
|
||||
"data": 3
|
||||
}
|
||||
}
|
||||
},
|
||||
"cooked_cod": {
|
||||
"trigger": "consume_item",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "minecraft:cooked_fish",
|
||||
"data": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cooked_salmon": {
|
||||
"trigger": "consume_item",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "minecraft:cooked_fish",
|
||||
"data": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -12,10 +12,16 @@
|
||||
"frame": "challenge"
|
||||
},
|
||||
"parent": "minecraft:husbandry/plant_seed",
|
||||
"rewards": {
|
||||
"experience": 100
|
||||
},
|
||||
"criteria": {
|
||||
"levitated": {
|
||||
"broke_hoe": {
|
||||
"trigger": "minecraft:item_durability_changed",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "minecraft:diamond_hoe"
|
||||
},
|
||||
"durability": -1
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,6 +12,9 @@
|
||||
"frame": "challenge"
|
||||
},
|
||||
"parent": "husbandry/breed_an_animal",
|
||||
"rewards": {
|
||||
"experience": 100
|
||||
},
|
||||
"criteria": {
|
||||
"bred_horse": {
|
||||
"trigger": "bred_animals",
|
||||
|
||||
@@ -94,15 +94,17 @@
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
["bred_horse"],
|
||||
["bred_sheep"],
|
||||
["bred_cow"],
|
||||
["bred_mooshroom"],
|
||||
["bred_pig"],
|
||||
["bred_chicken"],
|
||||
["bred_wolf"],
|
||||
["bred_ocelot"],
|
||||
["bred_rabbit"],
|
||||
["bred_llama"]
|
||||
[
|
||||
"bred_horse",
|
||||
"bred_sheep",
|
||||
"bred_cow",
|
||||
"bred_mooshroom",
|
||||
"bred_pig",
|
||||
"bred_chicken",
|
||||
"bred_wolf",
|
||||
"bred_ocelot",
|
||||
"bred_rabbit",
|
||||
"bred_llama"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -44,10 +44,12 @@
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
["wheat"],
|
||||
["pumpkin_stem"],
|
||||
["melon_stem"],
|
||||
["beetroots"],
|
||||
["nether_wart"]
|
||||
[
|
||||
"wheat",
|
||||
"pumpkin_stem",
|
||||
"melon_stem",
|
||||
"beetroots",
|
||||
"nether_wart"
|
||||
]
|
||||
]
|
||||
}
|
||||
48
assets/minecraft/advancements/nether/all_effects.json
Normal file
48
assets/minecraft/advancements/nether/all_effects.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:bucket"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.all_effects.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.all_effects.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"hidden": true
|
||||
},
|
||||
"parent": "minecraft:nether/all_potions",
|
||||
"rewards": {
|
||||
"experience": 1000
|
||||
},
|
||||
"criteria": {
|
||||
"all_effects": {
|
||||
"trigger": "minecraft:effects_changed",
|
||||
"conditions": {
|
||||
"effects": {
|
||||
"minecraft:speed": {},
|
||||
"minecraft:slowness": {},
|
||||
"minecraft:strength": {},
|
||||
"minecraft:jump_boost": {},
|
||||
"minecraft:regeneration": {},
|
||||
"minecraft:fire_resistance": {},
|
||||
"minecraft:water_breathing": {},
|
||||
"minecraft:invisibility": {},
|
||||
"minecraft:night_vision": {},
|
||||
"minecraft:weakness": {},
|
||||
"minecraft:poison": {},
|
||||
"minecraft:wither": {},
|
||||
"minecraft:haste": {},
|
||||
"minecraft:mining_fatigue": {},
|
||||
"minecraft:levitation": {},
|
||||
"minecraft:glowing": {},
|
||||
"minecraft:absorption": {},
|
||||
"minecraft:hunger": {},
|
||||
"minecraft:nausea": {},
|
||||
"minecraft:resistance": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
38
assets/minecraft/advancements/nether/all_potions.json
Normal file
38
assets/minecraft/advancements/nether/all_potions.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:milk_bucket"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.all_potions.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.all_potions.description"
|
||||
},
|
||||
"frame": "challenge"
|
||||
},
|
||||
"parent": "minecraft:nether/brew_potion",
|
||||
"rewards": {
|
||||
"experience": 100
|
||||
},
|
||||
"criteria": {
|
||||
"all_effects": {
|
||||
"trigger": "minecraft:effects_changed",
|
||||
"conditions": {
|
||||
"effects": {
|
||||
"minecraft:speed": {},
|
||||
"minecraft:slowness": {},
|
||||
"minecraft:strength": {},
|
||||
"minecraft:jump_boost": {},
|
||||
"minecraft:regeneration": {},
|
||||
"minecraft:fire_resistance": {},
|
||||
"minecraft:water_breathing": {},
|
||||
"minecraft:invisibility": {},
|
||||
"minecraft:night_vision": {},
|
||||
"minecraft:weakness": {},
|
||||
"minecraft:poison": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
30
assets/minecraft/advancements/nether/fast_travel.json
Normal file
30
assets/minecraft/advancements/nether/fast_travel.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:map"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.fast_travel.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.fast_travel.description"
|
||||
},
|
||||
"frame": "challenge"
|
||||
},
|
||||
"parent": "minecraft:nether/root",
|
||||
"rewards": {
|
||||
"experience": 100
|
||||
},
|
||||
"criteria": {
|
||||
"travelled": {
|
||||
"trigger": "minecraft:nether_travel",
|
||||
"conditions": {
|
||||
"distance": {
|
||||
"horizontal": {
|
||||
"min": 7000
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:ghast_tear"
|
||||
"item": "minecraft:fire_charge"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.return_to_sender.title"
|
||||
@@ -12,6 +12,9 @@
|
||||
"frame": "challenge"
|
||||
},
|
||||
"parent": "minecraft:nether/root",
|
||||
"rewards": {
|
||||
"experience": 50
|
||||
},
|
||||
"criteria": {
|
||||
"killed_ghast": {
|
||||
"trigger": "minecraft:player_killed_entity",
|
||||
|
||||
31
assets/minecraft/advancements/nether/uneasy_alliance.json
Normal file
31
assets/minecraft/advancements/nether/uneasy_alliance.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:ghast_tear"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.uneasy_alliance.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.uneasy_alliance.description"
|
||||
},
|
||||
"frame": "challenge"
|
||||
},
|
||||
"parent": "minecraft:nether/return_to_sender",
|
||||
"rewards": {
|
||||
"experience": 100
|
||||
},
|
||||
"criteria": {
|
||||
"killed_ghast": {
|
||||
"trigger": "minecraft:player_killed_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "minecraft:ghast",
|
||||
"location": {
|
||||
"dimension": "overworld"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:blaze_powder"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_blaze_rod"
|
||||
],
|
||||
[
|
||||
"has_blaze_rod",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:brewing_stand"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_blaze_rod"
|
||||
],
|
||||
[
|
||||
"has_blaze_rod",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:cauldron"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_water_bucket"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:fermented_spider_eye"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_spider_eye"
|
||||
],
|
||||
[
|
||||
"has_spider_eye",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:glass_bottle"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_glass"
|
||||
],
|
||||
[
|
||||
"has_glass",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:golden_carrot"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_gold_nugget"
|
||||
],
|
||||
[
|
||||
"has_gold_nugget",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:magma_cream"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_blaze_powder"
|
||||
],
|
||||
[
|
||||
"has_blaze_powder",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:speckled_melon"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_melon"
|
||||
],
|
||||
[
|
||||
"has_melon",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:acacia_planks"
|
||||
@@ -25,9 +26,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_log2"
|
||||
],
|
||||
[
|
||||
"has_log2",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:acacia_stairs"
|
||||
@@ -25,9 +26,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_planks"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:acacia_wooden_slab"
|
||||
@@ -25,9 +26,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_planks"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:andesite"
|
||||
@@ -25,9 +26,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_stone"
|
||||
],
|
||||
[
|
||||
"has_stone",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:birch_planks"
|
||||
@@ -25,9 +26,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_log"
|
||||
],
|
||||
[
|
||||
"has_log",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:birch_stairs"
|
||||
@@ -25,9 +26,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_planks"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:birch_wooden_slab"
|
||||
@@ -25,9 +26,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_planks"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:black_concrete_powder"
|
||||
@@ -34,12 +35,8 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_sand"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_sand",
|
||||
"has_gravel"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:black_stained_glass"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_glass"
|
||||
],
|
||||
[
|
||||
"has_glass",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:black_stained_hardened_clay"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_hardened_clay"
|
||||
],
|
||||
[
|
||||
"has_hardened_clay",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:black_wool"
|
||||
@@ -25,9 +26,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_white_wool"
|
||||
],
|
||||
[
|
||||
"has_white_wool",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:blue_concrete_powder"
|
||||
@@ -34,12 +35,8 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_sand"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_sand",
|
||||
"has_gravel"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:blue_stained_glass"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_glass"
|
||||
],
|
||||
[
|
||||
"has_glass",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:blue_stained_hardened_clay"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_hardened_clay"
|
||||
],
|
||||
[
|
||||
"has_hardened_clay",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:blue_wool"
|
||||
@@ -25,9 +26,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_white_wool"
|
||||
],
|
||||
[
|
||||
"has_white_wool",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:bone_meal_from_block",
|
||||
@@ -29,9 +30,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_at_least_9_bonemeal"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:bookshelf"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_book"
|
||||
],
|
||||
[
|
||||
"has_book",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:brick_block"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_brick"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:brick_slab"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_brick_block"
|
||||
],
|
||||
[
|
||||
"has_brick_block",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:brick_stairs"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_brick_block"
|
||||
],
|
||||
[
|
||||
"has_brick_block",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:brown_concrete_powder"
|
||||
@@ -34,12 +35,8 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_sand"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_sand",
|
||||
"has_gravel"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:brown_stained_glass"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_glass"
|
||||
],
|
||||
[
|
||||
"has_glass",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:brown_stained_hardened_clay"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_hardened_clay"
|
||||
],
|
||||
[
|
||||
"has_hardened_clay",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:brown_wool"
|
||||
@@ -25,9 +26,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_white_wool"
|
||||
],
|
||||
[
|
||||
"has_white_wool",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:chiseled_quartz_block"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_quartz_block"
|
||||
],
|
||||
[
|
||||
"has_quartz_block",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:chiseled_red_sandstone"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_red_sandstone"
|
||||
],
|
||||
[
|
||||
"has_red_sandstone",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,16 +1,18 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:chiseled_sandstone"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_sandstone": {
|
||||
"has_stone_slab": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:sandstone"
|
||||
"item": "minecraft:stone_slab",
|
||||
"data": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -24,9 +26,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_sandstone"
|
||||
],
|
||||
[
|
||||
"has_stone_slab",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:chiseled_stonebrick"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_stonebrick"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:clay"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_clay_ball"
|
||||
],
|
||||
[
|
||||
"has_clay_ball",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:coal_block",
|
||||
@@ -20,7 +21,8 @@
|
||||
"item": "minecraft:coal",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
},
|
||||
"data": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -28,9 +30,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_at_least_9_coal"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:coarse_dirt"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_gravel"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:cobblestone_slab"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_cobblestone"
|
||||
],
|
||||
[
|
||||
"has_cobblestone",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:cyan_concrete_powder"
|
||||
@@ -34,12 +35,8 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_sand"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_sand",
|
||||
"has_gravel"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:cyan_stained_glass"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_glass"
|
||||
],
|
||||
[
|
||||
"has_glass",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:cyan_stained_hardened_clay"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_hardened_clay"
|
||||
],
|
||||
[
|
||||
"has_hardened_clay",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:cyan_wool"
|
||||
@@ -25,9 +26,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_white_wool"
|
||||
],
|
||||
[
|
||||
"has_white_wool",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:dark_oak_planks"
|
||||
@@ -25,9 +26,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_log2"
|
||||
],
|
||||
[
|
||||
"has_log2",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:dark_oak_stairs"
|
||||
@@ -25,9 +26,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_planks"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:dark_oak_wooden_slab"
|
||||
@@ -25,9 +26,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_planks"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:dark_prismarine"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_prismarine_shard"
|
||||
],
|
||||
[
|
||||
"has_prismarine_shard",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:diamond_block",
|
||||
@@ -28,9 +29,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_at_least_9_diamond"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:diorite"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_quartz"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:emerald",
|
||||
@@ -28,9 +29,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_emerald"
|
||||
],
|
||||
[
|
||||
"has_at_least_9_emerald",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:end_bricks"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_end_stone"
|
||||
],
|
||||
[
|
||||
"has_end_stone",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:glowstone"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_glowstone_dust"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:gold_ingot_from_block",
|
||||
@@ -28,9 +29,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_gold_ingot"
|
||||
],
|
||||
[
|
||||
"has_at_least_9_gold_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:granite"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_quartz"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:gray_concrete_powder"
|
||||
@@ -34,12 +35,8 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_sand"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_sand",
|
||||
"has_gravel"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:gray_stained_glass"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_glass"
|
||||
],
|
||||
[
|
||||
"has_glass",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:gray_stained_hardened_clay"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_hardened_clay"
|
||||
],
|
||||
[
|
||||
"has_hardened_clay",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:gray_wool"
|
||||
@@ -25,9 +26,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_white_wool"
|
||||
],
|
||||
[
|
||||
"has_white_wool",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:green_concrete_powder"
|
||||
@@ -34,12 +35,8 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_sand"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_sand",
|
||||
"has_gravel"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:green_stained_glass"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_glass"
|
||||
],
|
||||
[
|
||||
"has_glass",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:green_stained_hardened_clay"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_hardened_clay"
|
||||
],
|
||||
[
|
||||
"has_hardened_clay",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:green_wool"
|
||||
@@ -25,9 +26,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_white_wool"
|
||||
],
|
||||
[
|
||||
"has_white_wool",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:hay_block",
|
||||
@@ -28,9 +29,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_wheat"
|
||||
],
|
||||
[
|
||||
"has_at_least_9_wheat",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:iron_block",
|
||||
@@ -28,9 +29,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_iron_ingot"
|
||||
],
|
||||
[
|
||||
"has_at_least_9_iron_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:jungle_planks"
|
||||
@@ -25,9 +26,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_log"
|
||||
],
|
||||
[
|
||||
"has_log",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:jungle_stairs"
|
||||
@@ -25,9 +26,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_planks"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:jungle_wooden_slab"
|
||||
@@ -25,9 +26,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_planks"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:lapis_block",
|
||||
@@ -29,9 +30,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_lapis"
|
||||
],
|
||||
[
|
||||
"has_at_least_9_lapis",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:light_blue_concrete_powder"
|
||||
@@ -34,12 +35,8 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_sand"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_sand",
|
||||
"has_gravel"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:light_blue_stained_glass"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_glass"
|
||||
],
|
||||
[
|
||||
"has_glass",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:light_blue_stained_hardened_clay"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_hardened_clay"
|
||||
],
|
||||
[
|
||||
"has_hardened_clay",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:light_blue_wool"
|
||||
@@ -25,9 +26,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_white_wool"
|
||||
],
|
||||
[
|
||||
"has_white_wool",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:light_gray_concrete_powder"
|
||||
@@ -34,12 +35,8 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_sand"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_sand",
|
||||
"has_gravel"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:light_gray_stained_glass"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_glass"
|
||||
],
|
||||
[
|
||||
"has_glass",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:light_gray_stained_hardened_clay"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_hardened_clay"
|
||||
],
|
||||
[
|
||||
"has_hardened_clay",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:light_gray_wool"
|
||||
@@ -25,9 +26,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_white_wool"
|
||||
],
|
||||
[
|
||||
"has_white_wool",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:lime_concrete_powder"
|
||||
@@ -34,12 +35,8 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_sand"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_sand",
|
||||
"has_gravel"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:lime_stained_glass"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_glass"
|
||||
],
|
||||
[
|
||||
"has_glass",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:lime_stained_hardened_clay"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_hardened_clay"
|
||||
],
|
||||
[
|
||||
"has_hardened_clay",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:lime_wool"
|
||||
@@ -25,9 +26,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_white_wool"
|
||||
],
|
||||
[
|
||||
"has_white_wool",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:lit_pumpkin"
|
||||
@@ -24,9 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_pumpkin"
|
||||
],
|
||||
[
|
||||
"has_pumpkin",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:magenta_concrete_powder"
|
||||
@@ -34,12 +35,8 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe"
|
||||
],
|
||||
[
|
||||
"has_sand"
|
||||
],
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_sand",
|
||||
"has_gravel"
|
||||
]
|
||||
]
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user