Compare commits

..

1 Commits

Author SHA1 Message Date
InventiveBot
df54df37da Create/Update assets for version 17w17a 2017-04-26 14:35:29 +00:00
782 changed files with 25937 additions and 54789 deletions

View File

@@ -3,18 +3,11 @@
"icon": { "icon": {
"item": "minecraft:diamond_boots" "item": "minecraft:diamond_boots"
}, },
"title": { "title": "Adventuring Time",
"translate": "advancements.adventure.adventuring_time.title" "description": "Discover every biome",
},
"description": {
"translate": "advancements.adventure.adventuring_time.description"
},
"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

@@ -3,12 +3,8 @@
"icon": { "icon": {
"item": "minecraft:iron_sword" "item": "minecraft:iron_sword"
}, },
"title": { "title": "Monster Hunter",
"translate": "advancements.adventure.kill_a_mob.title" "description": "Kill any hostile monster"
},
"description": {
"translate": "advancements.adventure.kill_a_mob.description"
}
}, },
"parent": "adventure/root", "parent": "adventure/root",
"criteria": { "criteria": {
@@ -187,32 +183,39 @@
"type": "zombie_villager" "type": "zombie_villager"
} }
} }
},
"illusion_illager": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "illusion_illager"
}
}
} }
}, },
"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" ["illusion_illager"]
]
] ]
} }

View File

@@ -3,18 +3,11 @@
"icon": { "icon": {
"item": "minecraft:diamond_sword" "item": "minecraft:diamond_sword"
}, },
"title": { "title": "Monsters Hunted",
"translate": "advancements.adventure.kill_all_mobs.title" "description": "Kill one of every hostile monster",
},
"description": {
"translate": "advancements.adventure.kill_all_mobs.description"
},
"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",
@@ -191,6 +184,14 @@
"type": "zombie_villager" "type": "zombie_villager"
} }
} }
},
"illusion_illager": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "illusion_illager"
}
}
} }
} }
} }

View File

@@ -3,15 +3,9 @@
"icon": { "icon": {
"item": "minecraft:map" "item": "minecraft:map"
}, },
"title": { "title": "Adventure",
"translate": "advancements.adventure.root.title" "description": "Adventure, exploration and combat",
}, "background": "minecraft:textures/gui/advancements/backgrounds/adventure.png"
"description": {
"translate": "advancements.adventure.root.description"
},
"background": "minecraft:textures/gui/advancements/backgrounds/adventure.png",
"show_toast": false,
"announce_to_chat": false
}, },
"criteria": { "criteria": {
"killed_something": { "killed_something": {
@@ -21,5 +15,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

@@ -3,12 +3,8 @@
"icon": { "icon": {
"item": "minecraft:bow" "item": "minecraft:bow"
}, },
"title": { "title": "Take Aim",
"translate": "advancements.adventure.shoot_arrow.title" "description": "Shoot something with a bow and arrow"
},
"description": {
"translate": "advancements.adventure.shoot_arrow.description"
}
}, },
"parent": "adventure/kill_a_mob", "parent": "adventure/kill_a_mob",
"criteria": { "criteria": {

View File

@@ -3,12 +3,8 @@
"icon": { "icon": {
"item": "minecraft:bed" "item": "minecraft:bed"
}, },
"title": { "title": "Sweet dreams",
"translate": "advancements.adventure.sleep_in_bed.title" "description": "Change your respawn point"
},
"description": {
"translate": "advancements.adventure.sleep_in_bed.description"
}
}, },
"parent": "adventure/root", "parent": "adventure/root",
"criteria": { "criteria": {

View File

@@ -3,18 +3,11 @@
"icon": { "icon": {
"item": "minecraft:arrow" "item": "minecraft:arrow"
}, },
"title": { "title": "Sniper duel",
"translate": "advancements.adventure.sniper_duel.title" "description": "Kill a skeleton with an arrow from more than 50 meters",
},
"description": {
"translate": "advancements.adventure.sniper_duel.description"
},
"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",
@@ -25,9 +18,7 @@
"entity": { "entity": {
"type": "skeleton", "type": "skeleton",
"distance": { "distance": {
"horizontal": { "min": 50
"min": 50
}
} }
} }
} }

View File

@@ -1,25 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:pumpkin"
},
"title": {
"translate": "advancements.adventure.summon_iron_golem.title"
},
"description": {
"translate": "advancements.adventure.summon_iron_golem.description"
},
"frame": "goal"
},
"parent": "adventure/trade",
"criteria": {
"summoned_golem": {
"trigger": "minecraft:summoned_entity",
"conditions": {
"entity": {
"type": "minecraft:villager_golem"
}
}
}
}
}

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

@@ -3,12 +3,8 @@
"icon": { "icon": {
"item": "minecraft:emerald" "item": "minecraft:emerald"
}, },
"title": { "title": "What a Deal!",
"translate": "advancements.adventure.trade.title" "description": "Successfully trade with a Villager"
},
"description": {
"translate": "advancements.adventure.trade.description"
}
}, },
"parent": "adventure/root", "parent": "adventure/root",
"criteria": { "criteria": {

View File

@@ -3,12 +3,8 @@
"icon": { "icon": {
"item": "minecraft:dragon_breath" "item": "minecraft:dragon_breath"
}, },
"title": { "title": "You Need a Mint",
"translate": "advancements.end.dragon_breath.title" "description": "Collect dragon's breath in a glass bottle",
},
"description": {
"translate": "advancements.end.dragon_breath.description"
},
"frame": "goal" "frame": "goal"
}, },
"parent": "end/kill_dragon", "parent": "end/kill_dragon",

View File

@@ -3,12 +3,8 @@
"icon": { "icon": {
"item": "minecraft:dragon_egg" "item": "minecraft:dragon_egg"
}, },
"title": { "title": "The Next Generation",
"translate": "advancements.end.dragon_egg.title" "description": "Hold the Dragon Egg",
},
"description": {
"translate": "advancements.end.dragon_egg.description"
},
"frame": "goal" "frame": "goal"
}, },
"parent": "end/kill_dragon", "parent": "end/kill_dragon",

View File

@@ -3,12 +3,8 @@
"icon": { "icon": {
"item": "minecraft:elytra" "item": "minecraft:elytra"
}, },
"title": { "title": "Sky's the Limit",
"translate": "advancements.end.elytra.title" "description": "Find an Elytra",
},
"description": {
"translate": "advancements.end.elytra.description"
},
"frame": "goal" "frame": "goal"
}, },
"parent": "minecraft:end/find_end_city", "parent": "minecraft:end/find_end_city",

View File

@@ -3,12 +3,8 @@
"icon": { "icon": {
"item": "minecraft:ender_pearl" "item": "minecraft:ender_pearl"
}, },
"title": { "title": "Remote Getaway",
"translate": "advancements.end.enter_end_gateway.title" "description": "Escape the island"
},
"description": {
"translate": "advancements.end.enter_end_gateway.description"
}
}, },
"parent": "minecraft:end/kill_dragon", "parent": "minecraft:end/kill_dragon",
"criteria": { "criteria": {

View File

@@ -3,12 +3,8 @@
"icon": { "icon": {
"item": "minecraft:purpur_block" "item": "minecraft:purpur_block"
}, },
"title": { "title": "City at the End of the Game",
"translate": "advancements.end.find_end_city.title" "description": "Go on in, what could happen?"
},
"description": {
"translate": "advancements.end.find_end_city.description"
}
}, },
"parent": "minecraft:end/enter_end_gateway", "parent": "minecraft:end/enter_end_gateway",
"criteria": { "criteria": {

View File

@@ -4,12 +4,8 @@
"item": "minecraft:skull", "item": "minecraft:skull",
"data": 5 "data": 5
}, },
"title": { "title": "Free the End",
"translate": "advancements.end.kill_dragon.title" "description": "Good luck"
},
"description": {
"translate": "advancements.end.kill_dragon.description"
}
}, },
"parent": "end/root", "parent": "end/root",
"criteria": { "criteria": {

View File

@@ -3,26 +3,17 @@
"icon": { "icon": {
"item": "minecraft:shulker_shell" "item": "minecraft:shulker_shell"
}, },
"title": { "title": "Great View From Up Here",
"translate": "advancements.end.levitate.title" "description": "Levitate for at least 30 seconds",
},
"description": {
"translate": "advancements.end.levitate.description"
},
"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",
"conditions": { "conditions": {
"distance": { "duration": {
"y": { "min": 600
"min": 50
}
} }
} }
} }

View File

@@ -3,12 +3,8 @@
"icon": { "icon": {
"item": "minecraft:end_crystal" "item": "minecraft:end_crystal"
}, },
"title": { "title": "The End... Again...",
"translate": "advancements.end.respawn_dragon.title" "description": "Respawn the ender dragon",
},
"description": {
"translate": "advancements.end.respawn_dragon.description"
},
"frame": "goal" "frame": "goal"
}, },
"parent": "end/kill_dragon", "parent": "end/kill_dragon",

View File

@@ -3,21 +3,15 @@
"icon": { "icon": {
"item": "minecraft:end_stone" "item": "minecraft:end_stone"
}, },
"title": { "title": "The End",
"translate": "advancements.end.root.title" "description": "Or the beginning?",
}, "background": "minecraft:textures/gui/advancements/backgrounds/end.png"
"description": {
"translate": "advancements.end.root.description"
},
"background": "minecraft:textures/gui/advancements/backgrounds/end.png",
"show_toast": false,
"announce_to_chat": false
}, },
"criteria": { "criteria": {
"entered_end": { "entered_end_portal": {
"trigger": "minecraft:changed_dimension", "trigger": "minecraft:enter_block",
"conditions": { "conditions": {
"to": "the_end" "block": "minecraft:end_portal"
} }
} }
} }

View File

@@ -1,308 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:apple"
},
"title": {
"translate": "advancements.husbandry.balanced_diet.title"
},
"description": {
"translate": "advancements.husbandry.balanced_diet.description"
},
"frame": "challenge"
},
"parent": "minecraft:husbandry/plant_seed",
"rewards": {
"experience": 100
},
"criteria": {
"apple": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:apple"
}
}
},
"mushroom_stew": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:mushroom_stew"
}
}
},
"bread": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:bread"
}
}
},
"porkchop": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:porkchop"
}
}
},
"cooked_porkchop": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:cooked_porkchop"
}
}
},
"golden_apple": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:golden_apple",
"data": 0
}
}
},
"enchanted_golden_apple": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:golden_apple",
"data": 1
}
}
},
"raw_cod": {
"trigger": "consume_item",
"conditions": {
"item": {
"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
}
}
},
"cookie": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:cookie"
}
}
},
"melon": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:melon"
}
}
},
"beef": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:beef"
}
}
},
"cooked_beef": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:cooked_beef"
}
}
},
"chicken": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:chicken"
}
}
},
"cooked_chicken": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:cooked_chicken"
}
}
},
"rotten_flesh": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:rotten_flesh"
}
}
},
"spider_eye": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:spider_eye"
}
}
},
"carrot": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:carrot"
}
}
},
"potato": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:potato"
}
}
},
"baked_potato": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:baked_potato"
}
}
},
"poisonous_potato": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:poisonous_potato"
}
}
},
"golden_carrot": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:golden_carrot"
}
}
},
"pumpkin_pie": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:pumpkin_pie"
}
}
},
"rabbit": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:rabbit"
}
}
},
"cooked_rabbit": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:cooked_rabbit"
}
}
},
"rabbit_stew": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:rabbit_stew"
}
}
},
"mutton": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:mutton"
}
}
},
"cooked_mutton": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:cooked_mutton"
}
}
},
"chorus_fruit": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:chorus_fruit"
}
}
},
"beetroot": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:beetroot"
}
}
},
"beetroot_soup": {
"trigger": "consume_item",
"conditions": {
"item": {
"item": "minecraft:beetroot_soup"
}
}
}
}
}

View File

@@ -1,29 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:diamond_hoe"
},
"title": {
"translate": "advancements.husbandry.break_diamond_hoe.title"
},
"description": {
"translate": "advancements.husbandry.break_diamond_hoe.description"
},
"frame": "challenge"
},
"parent": "minecraft:husbandry/plant_seed",
"rewards": {
"experience": 100
},
"criteria": {
"broke_hoe": {
"trigger": "minecraft:item_durability_changed",
"conditions": {
"item": {
"item": "minecraft:diamond_hoe"
},
"durability": -1
}
}
}
}

View File

@@ -1,100 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:golden_carrot"
},
"title": {
"translate": "advancements.husbandry.breed_all_animals.title"
},
"description": {
"translate": "advancements.husbandry.breed_all_animals.description"
},
"frame": "challenge"
},
"parent": "husbandry/breed_an_animal",
"rewards": {
"experience": 100
},
"criteria": {
"bred_horse": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "horse"
}
}
},
"bred_sheep": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "sheep"
}
}
},
"bred_cow": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "cow"
}
}
},
"bred_mooshroom": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "mooshroom"
}
}
},
"bred_pig": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "pig"
}
}
},
"bred_chicken": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "chicken"
}
}
},
"bred_wolf": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "wolf"
}
}
},
"bred_ocelot": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "ocelot"
}
}
},
"bred_rabbit": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "rabbit"
}
}
},
"bred_llama": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "llama"
}
}
}
}
}

View File

@@ -1,110 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:wheat"
},
"title": {
"translate": "advancements.husbandry.breed_an_animal.title"
},
"description": {
"translate": "advancements.husbandry.breed_an_animal.description"
}
},
"parent": "husbandry/root",
"criteria": {
"bred_horse": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "horse"
}
}
},
"bred_sheep": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "sheep"
}
}
},
"bred_cow": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "cow"
}
}
},
"bred_mooshroom": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "mooshroom"
}
}
},
"bred_pig": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "pig"
}
}
},
"bred_chicken": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "chicken"
}
}
},
"bred_wolf": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "wolf"
}
}
},
"bred_ocelot": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "ocelot"
}
}
},
"bred_rabbit": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "rabbit"
}
}
},
"bred_llama": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "llama"
}
}
}
},
"requirements": [
[
"bred_horse",
"bred_sheep",
"bred_cow",
"bred_mooshroom",
"bred_pig",
"bred_chicken",
"bred_wolf",
"bred_ocelot",
"bred_rabbit",
"bred_llama"
]
]
}

View File

@@ -1,55 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:wheat"
},
"title": {
"translate": "advancements.husbandry.plant_seed.title"
},
"description": {
"translate": "advancements.husbandry.plant_seed.description"
}
},
"parent": "husbandry/root",
"criteria": {
"wheat": {
"trigger": "minecraft:placed_block",
"conditions": {
"block": "minecraft:wheat"
}
},
"pumpkin_stem": {
"trigger": "minecraft:placed_block",
"conditions": {
"block": "minecraft:pumpkin_stem"
}
},
"melon_stem": {
"trigger": "minecraft:placed_block",
"conditions": {
"block": "minecraft:melon_stem"
}
},
"beetroots": {
"trigger": "minecraft:placed_block",
"conditions": {
"block": "minecraft:beetroots"
}
},
"nether_wart": {
"trigger": "minecraft:placed_block",
"conditions": {
"block": "minecraft:nether_wart"
}
}
},
"requirements": [
[
"wheat",
"pumpkin_stem",
"melon_stem",
"beetroots",
"nether_wart"
]
]
}

View File

@@ -1,21 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:hay_block"
},
"title": {
"translate": "advancements.husbandry.root.title"
},
"description": {
"translate": "advancements.husbandry.root.description"
},
"background": "minecraft:textures/gui/advancements/backgrounds/husbandry.png",
"show_toast": false,
"announce_to_chat": false
},
"criteria": {
"consumed_item": {
"trigger": "minecraft:consume_item"
}
}
}

View File

@@ -1,19 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:lead"
},
"title": {
"translate": "advancements.husbandry.tame_an_animal.title"
},
"description": {
"translate": "advancements.husbandry.tame_an_animal.description"
}
},
"parent": "husbandry/root",
"criteria": {
"tamed_animal": {
"trigger": "minecraft:tame_animal"
}
}
}

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

@@ -3,12 +3,8 @@
"icon": { "icon": {
"item": "minecraft:potion" "item": "minecraft:potion"
}, },
"title": { "title": "Local Brewery",
"translate": "advancements.nether.brew_potion.title" "description": "Brew a potion"
},
"description": {
"translate": "advancements.nether.brew_potion.description"
}
}, },
"parent": "minecraft:nether/obtain_blaze_rod", "parent": "minecraft:nether/obtain_blaze_rod",
"criteria": { "criteria": {

View File

@@ -3,12 +3,8 @@
"icon": { "icon": {
"item": "minecraft:beacon" "item": "minecraft:beacon"
}, },
"title": { "title": "Bring Home the Beacon",
"translate": "advancements.nether.create_beacon.title" "description": "Construct and place a Beacon"
},
"description": {
"translate": "advancements.nether.create_beacon.description"
}
}, },
"parent": "minecraft:nether/summon_wither", "parent": "minecraft:nether/summon_wither",
"criteria": { "criteria": {

View File

@@ -3,12 +3,8 @@
"icon": { "icon": {
"item": "minecraft:beacon" "item": "minecraft:beacon"
}, },
"title": { "title": "Beaconator",
"translate": "advancements.nether.create_full_beacon.title" "description": "Bring a beacon to full power",
},
"description": {
"translate": "advancements.nether.create_full_beacon.description"
},
"frame": "goal" "frame": "goal"
}, },
"parent": "minecraft:nether/create_beacon", "parent": "minecraft:nether/create_beacon",

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

@@ -3,12 +3,8 @@
"icon": { "icon": {
"item": "minecraft:nether_brick" "item": "minecraft:nether_brick"
}, },
"title": { "title": "A Terrible Fortress",
"translate": "advancements.nether.find_fortress.title" "description": "Break your way into a Nether Fortress"
},
"description": {
"translate": "advancements.nether.find_fortress.description"
}
}, },
"parent": "minecraft:nether/root", "parent": "minecraft:nether/root",
"criteria": { "criteria": {

View File

@@ -4,12 +4,8 @@
"item": "minecraft:skull", "item": "minecraft:skull",
"data": 1 "data": 1
}, },
"title": { "title": "Spooky Scary Skeleton",
"translate": "advancements.nether.get_wither_skull.title" "description": "Obtain a wither skeleton's skull"
},
"description": {
"translate": "advancements.nether.get_wither_skull.description"
}
}, },
"parent": "minecraft:nether/find_fortress", "parent": "minecraft:nether/find_fortress",
"criteria": { "criteria": {
@@ -18,8 +14,7 @@
"conditions": { "conditions": {
"items": [ "items": [
{ {
"item": "minecraft:skull", "item": "minecraft:blaze_rod"
"data": 1
} }
] ]
} }

View File

@@ -3,12 +3,8 @@
"icon": { "icon": {
"item": "minecraft:blaze_rod" "item": "minecraft:blaze_rod"
}, },
"title": { "title": "Into Fire",
"translate": "advancements.nether.obtain_blaze_rod.title" "description": "Relieve a Blaze of its rod"
},
"description": {
"translate": "advancements.nether.obtain_blaze_rod.description"
}
}, },
"parent": "minecraft:nether/find_fortress", "parent": "minecraft:nether/find_fortress",
"criteria": { "criteria": {

View File

@@ -1,20 +1,13 @@
{ {
"display": { "display": {
"icon": { "icon": {
"item": "minecraft:fire_charge" "item": "minecraft:ghast_tear"
},
"title": {
"translate": "advancements.nether.return_to_sender.title"
},
"description": {
"translate": "advancements.nether.return_to_sender.description"
}, },
"title": "Return to Sender",
"description": "Destroy a Ghast with a fireball",
"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,23 +1,17 @@
{ {
"display": { "display": {
"icon": { "icon": {
"item": "minecraft:red_nether_brick" "item": "minecraft:nether_wart"
}, },
"title": { "title": "Nether",
"translate": "advancements.nether.root.title" "description": "Bring summer clothes",
}, "background": "minecraft:textures/gui/advancements/backgrounds/nether.png"
"description": {
"translate": "advancements.nether.root.description"
},
"background": "minecraft:textures/gui/advancements/backgrounds/nether.png",
"show_toast": false,
"announce_to_chat": false
}, },
"criteria": { "criteria": {
"entered_nether": { "entered_nether_portal": {
"trigger": "minecraft:changed_dimension", "trigger": "minecraft:enter_block",
"conditions": { "conditions": {
"to": "the_nether" "block": "minecraft:portal"
} }
} }
} }

View File

@@ -3,12 +3,8 @@
"icon": { "icon": {
"item": "minecraft:nether_star" "item": "minecraft:nether_star"
}, },
"title": { "title": "Withering Heights",
"translate": "advancements.nether.summon_wither.title" "description": "Summon the Wither"
},
"description": {
"translate": "advancements.nether.summon_wither.description"
}
}, },
"parent": "minecraft:nether/get_wither_skull", "parent": "minecraft:nether/get_wither_skull",
"criteria": { "criteria": {

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"
] ]
] ]

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