Compare commits

..

1 Commits
1.12 ... 17w18b

Author SHA1 Message Date
InventiveBot
3a5735d500 Create/Update assets for version 17w18b 2017-05-09 17:04:45 +00:00
667 changed files with 9370 additions and 14158 deletions

View File

@@ -12,9 +12,6 @@
"frame": "challenge" "frame": "challenge"
}, },
"parent": "adventure/sleep_in_bed", "parent": "adventure/sleep_in_bed",
"rewards": {
"experience": 500
},
"criteria": { "criteria": {
"birch_forest_hills": { "birch_forest_hills": {
"trigger": "minecraft:location", "trigger": "minecraft:location",

View File

@@ -190,29 +190,27 @@
} }
}, },
"requirements": [ "requirements": [
[ ["cave_spider"],
"cave_spider", ["spider"],
"spider", ["zombie_pigman"],
"zombie_pigman", ["enderman"],
"enderman", ["polar_bear"],
"polar_bear", ["blaze"],
"blaze", ["creeper"],
"creeper", ["evoker"],
"evoker", ["ghast"],
"ghast", ["guardian"],
"guardian", ["husk"],
"husk", ["magma_cube"],
"magma_cube", ["shulker"],
"shulker", ["silverfish"],
"silverfish", ["skeleton"],
"skeleton", ["slime"],
"slime", ["stray"],
"stray", ["vindicator"],
"vindicator", ["witch"],
"witch", ["wither_skeleton"],
"wither_skeleton", ["zombie"],
"zombie", ["zombie_villager"]
"zombie_villager"
]
] ]
} }

View File

@@ -12,9 +12,6 @@
"frame": "challenge" "frame": "challenge"
}, },
"parent": "adventure/kill_a_mob", "parent": "adventure/kill_a_mob",
"rewards": {
"experience": 100
},
"criteria": { "criteria": {
"cave_spider": { "cave_spider": {
"trigger": "minecraft:player_killed_entity", "trigger": "minecraft:player_killed_entity",

View File

@@ -21,5 +21,5 @@
"trigger": "minecraft:entity_killed_player" "trigger": "minecraft:entity_killed_player"
} }
}, },
"requirements": [["killed_something", "killed_by_something"]] "requirements": [["killed_something"], ["killed_by_something"]]
} }

View File

@@ -12,9 +12,6 @@
"frame": "challenge" "frame": "challenge"
}, },
"parent": "adventure/shoot_arrow", "parent": "adventure/shoot_arrow",
"rewards": {
"experience": 50
},
"criteria": { "criteria": {
"killed_skeleton": { "killed_skeleton": {
"trigger": "minecraft:player_killed_entity", "trigger": "minecraft:player_killed_entity",

View File

@@ -1,25 +0,0 @@
{
"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"
}
}
}
}
}

View File

@@ -12,9 +12,6 @@
"frame": "challenge" "frame": "challenge"
}, },
"parent": "minecraft:end/find_end_city", "parent": "minecraft:end/find_end_city",
"rewards": {
"experience": 50
},
"criteria": { "criteria": {
"levitated": { "levitated": {
"trigger": "minecraft:levitation", "trigger": "minecraft:levitation",

View File

@@ -12,9 +12,6 @@
"frame": "challenge" "frame": "challenge"
}, },
"parent": "minecraft:husbandry/plant_seed", "parent": "minecraft:husbandry/plant_seed",
"rewards": {
"experience": 100
},
"criteria": { "criteria": {
"apple": { "apple": {
"trigger": "consume_item", "trigger": "consume_item",
@@ -60,71 +57,23 @@
"trigger": "consume_item", "trigger": "consume_item",
"conditions": { "conditions": {
"item": { "item": {
"item": "minecraft:golden_apple", "item": "minecraft:golden_apple"
"data": 0
} }
} }
}, },
"enchanted_golden_apple": { "fish": {
"trigger": "consume_item", "trigger": "consume_item",
"conditions": { "conditions": {
"item": { "item": {
"item": "minecraft:golden_apple", "item": "minecraft:fish"
"data": 1
} }
} }
}, },
"raw_cod": { "cooked_fish": {
"trigger": "consume_item", "trigger": "consume_item",
"conditions": { "conditions": {
"item": { "item": {
"item": "minecraft:fish", "item": "minecraft:cooked_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
} }
} }
}, },

View File

@@ -12,16 +12,10 @@
"frame": "challenge" "frame": "challenge"
}, },
"parent": "minecraft:husbandry/plant_seed", "parent": "minecraft:husbandry/plant_seed",
"rewards": {
"experience": 100
},
"criteria": { "criteria": {
"broke_hoe": { "levitated": {
"trigger": "minecraft:item_durability_changed", "trigger": "minecraft:item_durability_changed",
"conditions": { "conditions": {
"item": {
"item": "minecraft:diamond_hoe"
},
"durability": -1 "durability": -1
} }
} }

View File

@@ -12,9 +12,6 @@
"frame": "challenge" "frame": "challenge"
}, },
"parent": "husbandry/breed_an_animal", "parent": "husbandry/breed_an_animal",
"rewards": {
"experience": 100
},
"criteria": { "criteria": {
"bred_horse": { "bred_horse": {
"trigger": "bred_animals", "trigger": "bred_animals",

View File

@@ -94,17 +94,15 @@
} }
}, },
"requirements": [ "requirements": [
[ ["bred_horse"],
"bred_horse", ["bred_sheep"],
"bred_sheep", ["bred_cow"],
"bred_cow", ["bred_mooshroom"],
"bred_mooshroom", ["bred_pig"],
"bred_pig", ["bred_chicken"],
"bred_chicken", ["bred_wolf"],
"bred_wolf", ["bred_ocelot"],
"bred_ocelot", ["bred_rabbit"],
"bred_rabbit", ["bred_llama"]
"bred_llama"
]
] ]
} }

View File

@@ -44,12 +44,10 @@
} }
}, },
"requirements": [ "requirements": [
[ ["wheat"],
"wheat", ["pumpkin_stem"],
"pumpkin_stem", ["melon_stem"],
"melon_stem", ["beetroots"],
"beetroots", ["nether_wart"]
"nether_wart"
]
] ]
} }

View File

@@ -1,48 +0,0 @@
{
"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": {}
}
}
}
}
}

View File

@@ -1,38 +0,0 @@
{
"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": {}
}
}
}
}
}

View File

@@ -1,30 +0,0 @@
{
"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
}
}
}
}
}
}

View File

@@ -1,7 +1,7 @@
{ {
"display": { "display": {
"icon": { "icon": {
"item": "minecraft:fire_charge" "item": "minecraft:ghast_tear"
}, },
"title": { "title": {
"translate": "advancements.nether.return_to_sender.title" "translate": "advancements.nether.return_to_sender.title"
@@ -12,9 +12,6 @@
"frame": "challenge" "frame": "challenge"
}, },
"parent": "minecraft:nether/root", "parent": "minecraft:nether/root",
"rewards": {
"experience": 50
},
"criteria": { "criteria": {
"killed_ghast": { "killed_ghast": {
"trigger": "minecraft:player_killed_entity", "trigger": "minecraft:player_killed_entity",

View File

@@ -1,31 +0,0 @@
{
"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"
}
}
}
}
}
}

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:blaze_powder" "minecraft:blaze_powder"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_blaze_rod", "has_blaze_rod"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:brewing_stand" "minecraft:brewing_stand"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_blaze_rod", "has_blaze_rod"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:cauldron" "minecraft:cauldron"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
],
[
"has_water_bucket" "has_water_bucket"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:fermented_spider_eye" "minecraft:fermented_spider_eye"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_spider_eye", "has_spider_eye"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:glass_bottle" "minecraft:glass_bottle"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_glass", "has_glass"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:golden_carrot" "minecraft:golden_carrot"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_gold_nugget", "has_gold_nugget"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:magma_cream" "minecraft:magma_cream"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_blaze_powder", "has_blaze_powder"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:speckled_melon" "minecraft:speckled_melon"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_melon", "has_melon"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:acacia_planks" "minecraft:acacia_planks"
@@ -26,7 +25,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_log2", "has_log2"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:acacia_stairs" "minecraft:acacia_stairs"
@@ -26,7 +25,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
],
[
"has_planks" "has_planks"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:acacia_wooden_slab" "minecraft:acacia_wooden_slab"
@@ -26,7 +25,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
],
[
"has_planks" "has_planks"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:andesite" "minecraft:andesite"
@@ -26,7 +25,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_stone", "has_stone"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:birch_planks" "minecraft:birch_planks"
@@ -26,7 +25,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_log", "has_log"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:birch_stairs" "minecraft:birch_stairs"
@@ -26,7 +25,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
],
[
"has_planks" "has_planks"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:birch_wooden_slab" "minecraft:birch_wooden_slab"
@@ -26,7 +25,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
],
[
"has_planks" "has_planks"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:black_concrete_powder" "minecraft:black_concrete_powder"
@@ -35,8 +34,12 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
"has_sand", ],
[
"has_sand"
],
[
"has_gravel" "has_gravel"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:black_stained_glass" "minecraft:black_stained_glass"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_glass", "has_glass"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:black_stained_hardened_clay" "minecraft:black_stained_hardened_clay"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_hardened_clay", "has_hardened_clay"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:black_wool" "minecraft:black_wool"
@@ -26,7 +25,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_white_wool", "has_white_wool"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:blue_concrete_powder" "minecraft:blue_concrete_powder"
@@ -35,8 +34,12 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
"has_sand", ],
[
"has_sand"
],
[
"has_gravel" "has_gravel"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:blue_stained_glass" "minecraft:blue_stained_glass"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_glass", "has_glass"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:blue_stained_hardened_clay" "minecraft:blue_stained_hardened_clay"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_hardened_clay", "has_hardened_clay"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:blue_wool" "minecraft:blue_wool"
@@ -26,7 +25,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_white_wool", "has_white_wool"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:bone_meal_from_block", "minecraft:bone_meal_from_block",
@@ -30,7 +29,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
],
[
"has_at_least_9_bonemeal" "has_at_least_9_bonemeal"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:bookshelf" "minecraft:bookshelf"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_book", "has_book"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:brick_block" "minecraft:brick_block"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
],
[
"has_brick" "has_brick"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:brick_slab" "minecraft:brick_slab"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_brick_block", "has_brick_block"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:brick_stairs" "minecraft:brick_stairs"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_brick_block", "has_brick_block"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:brown_concrete_powder" "minecraft:brown_concrete_powder"
@@ -35,8 +34,12 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
"has_sand", ],
[
"has_sand"
],
[
"has_gravel" "has_gravel"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:brown_stained_glass" "minecraft:brown_stained_glass"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_glass", "has_glass"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:brown_stained_hardened_clay" "minecraft:brown_stained_hardened_clay"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_hardened_clay", "has_hardened_clay"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:brown_wool" "minecraft:brown_wool"
@@ -26,7 +25,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_white_wool", "has_white_wool"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:chiseled_quartz_block" "minecraft:chiseled_quartz_block"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_quartz_block", "has_quartz_block"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:chiseled_red_sandstone" "minecraft:chiseled_red_sandstone"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_red_sandstone", "has_red_sandstone"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,18 +1,16 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:chiseled_sandstone" "minecraft:chiseled_sandstone"
] ]
}, },
"criteria": { "criteria": {
"has_stone_slab": { "has_sandstone": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ "items": [
{ {
"item": "minecraft:stone_slab", "item": "minecraft:sandstone"
"data": 1
} }
] ]
} }
@@ -26,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_stone_slab", "has_sandstone"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:chiseled_stonebrick" "minecraft:chiseled_stonebrick"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
],
[
"has_stonebrick" "has_stonebrick"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:clay" "minecraft:clay"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_clay_ball", "has_clay_ball"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:coal_block", "minecraft:coal_block",
@@ -21,8 +20,7 @@
"item": "minecraft:coal", "item": "minecraft:coal",
"count": { "count": {
"min": 9 "min": 9
}, }
"data": 0
} }
] ]
} }
@@ -30,7 +28,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
],
[
"has_at_least_9_coal" "has_at_least_9_coal"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:coarse_dirt" "minecraft:coarse_dirt"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
],
[
"has_gravel" "has_gravel"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:cobblestone_slab" "minecraft:cobblestone_slab"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_cobblestone", "has_cobblestone"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:cyan_concrete_powder" "minecraft:cyan_concrete_powder"
@@ -35,8 +34,12 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
"has_sand", ],
[
"has_sand"
],
[
"has_gravel" "has_gravel"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:cyan_stained_glass" "minecraft:cyan_stained_glass"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_glass", "has_glass"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:cyan_stained_hardened_clay" "minecraft:cyan_stained_hardened_clay"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_hardened_clay", "has_hardened_clay"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:cyan_wool" "minecraft:cyan_wool"
@@ -26,7 +25,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_white_wool", "has_white_wool"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:dark_oak_planks" "minecraft:dark_oak_planks"
@@ -26,7 +25,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_log2", "has_log2"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:dark_oak_stairs" "minecraft:dark_oak_stairs"
@@ -26,7 +25,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
],
[
"has_planks" "has_planks"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:dark_oak_wooden_slab" "minecraft:dark_oak_wooden_slab"
@@ -26,7 +25,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
],
[
"has_planks" "has_planks"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:dark_prismarine" "minecraft:dark_prismarine"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_prismarine_shard", "has_prismarine_shard"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:diamond_block", "minecraft:diamond_block",
@@ -29,7 +28,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
],
[
"has_at_least_9_diamond" "has_at_least_9_diamond"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:diorite" "minecraft:diorite"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
],
[
"has_quartz" "has_quartz"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:emerald", "minecraft:emerald",
@@ -29,7 +28,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_at_least_9_emerald", "has_at_least_9_emerald"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:end_bricks" "minecraft:end_bricks"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_end_stone", "has_end_stone"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:glowstone" "minecraft:glowstone"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
],
[
"has_glowstone_dust" "has_glowstone_dust"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:gold_ingot_from_block", "minecraft:gold_ingot_from_block",
@@ -29,7 +28,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_at_least_9_gold_ingot", "has_at_least_9_gold_ingot"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:granite" "minecraft:granite"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
],
[
"has_quartz" "has_quartz"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:gray_concrete_powder" "minecraft:gray_concrete_powder"
@@ -35,8 +34,12 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
"has_sand", ],
[
"has_sand"
],
[
"has_gravel" "has_gravel"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:gray_stained_glass" "minecraft:gray_stained_glass"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_glass", "has_glass"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:gray_stained_hardened_clay" "minecraft:gray_stained_hardened_clay"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_hardened_clay", "has_hardened_clay"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:gray_wool" "minecraft:gray_wool"
@@ -26,7 +25,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_white_wool", "has_white_wool"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:green_concrete_powder" "minecraft:green_concrete_powder"
@@ -35,8 +34,12 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
"has_sand", ],
[
"has_sand"
],
[
"has_gravel" "has_gravel"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:green_stained_glass" "minecraft:green_stained_glass"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_glass", "has_glass"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:green_stained_hardened_clay" "minecraft:green_stained_hardened_clay"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_hardened_clay", "has_hardened_clay"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:green_wool" "minecraft:green_wool"
@@ -26,7 +25,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_white_wool", "has_white_wool"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:hay_block", "minecraft:hay_block",
@@ -29,7 +28,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_at_least_9_wheat", "has_at_least_9_wheat"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:iron_block", "minecraft:iron_block",
@@ -29,7 +28,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_at_least_9_iron_ingot", "has_at_least_9_iron_ingot"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:jungle_planks" "minecraft:jungle_planks"
@@ -26,7 +25,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_log", "has_log"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:jungle_stairs" "minecraft:jungle_stairs"
@@ -26,7 +25,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
],
[
"has_planks" "has_planks"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:jungle_wooden_slab" "minecraft:jungle_wooden_slab"
@@ -26,7 +25,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
],
[
"has_planks" "has_planks"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:lapis_block", "minecraft:lapis_block",
@@ -30,7 +29,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_at_least_9_lapis", "has_at_least_9_lapis"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:light_blue_concrete_powder" "minecraft:light_blue_concrete_powder"
@@ -35,8 +34,12 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
"has_sand", ],
[
"has_sand"
],
[
"has_gravel" "has_gravel"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:light_blue_stained_glass" "minecraft:light_blue_stained_glass"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_glass", "has_glass"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:light_blue_stained_hardened_clay" "minecraft:light_blue_stained_hardened_clay"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_hardened_clay", "has_hardened_clay"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:light_blue_wool" "minecraft:light_blue_wool"
@@ -26,7 +25,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_white_wool", "has_white_wool"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:light_gray_concrete_powder" "minecraft:light_gray_concrete_powder"
@@ -35,8 +34,12 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
"has_sand", ],
[
"has_sand"
],
[
"has_gravel" "has_gravel"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:light_gray_stained_glass" "minecraft:light_gray_stained_glass"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_glass", "has_glass"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:light_gray_stained_hardened_clay" "minecraft:light_gray_stained_hardened_clay"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_hardened_clay", "has_hardened_clay"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:light_gray_wool" "minecraft:light_gray_wool"
@@ -26,7 +25,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_white_wool", "has_white_wool"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:lime_concrete_powder" "minecraft:lime_concrete_powder"
@@ -35,8 +34,12 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
"has_sand", ],
[
"has_sand"
],
[
"has_gravel" "has_gravel"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:lime_stained_glass" "minecraft:lime_stained_glass"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_glass", "has_glass"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:lime_stained_hardened_clay" "minecraft:lime_stained_hardened_clay"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_hardened_clay", "has_hardened_clay"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:lime_wool" "minecraft:lime_wool"
@@ -26,7 +25,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_white_wool", "has_white_wool"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:lit_pumpkin" "minecraft:lit_pumpkin"
@@ -25,7 +24,9 @@
}, },
"requirements": [ "requirements": [
[ [
"has_pumpkin", "has_pumpkin"
],
[
"has_the_recipe" "has_the_recipe"
] ]
] ]

View File

@@ -1,5 +1,4 @@
{ {
"parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "recipes": [
"minecraft:magenta_concrete_powder" "minecraft:magenta_concrete_powder"
@@ -35,8 +34,12 @@
}, },
"requirements": [ "requirements": [
[ [
"has_the_recipe", "has_the_recipe"
"has_sand", ],
[
"has_sand"
],
[
"has_gravel" "has_gravel"
] ]
] ]

Some files were not shown because too many files have changed in this diff Show More