Compare commits

..

1 Commits

Author SHA1 Message Date
InventiveBot
56db4b8a40 Create/Update assets for version 17w13b 2017-03-31 14:50:17 +00:00
197 changed files with 335 additions and 2857 deletions

View File

@@ -1,227 +0,0 @@
{
"display": {
"icon": "minecraft:diamond_boots",
"title": "Adventuring Time",
"description": "Discover every biome",
"frame": "challenge"
},
"parent": "adventure/sleep_in_bed",
"criteria": {
"birch_forest_hills": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:birch_forest_hills"
}
},
"river": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:river"
}
},
"swampland": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:swampland"
}
},
"desert": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:desert"
}
},
"forest_hills": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:forest_hills"
}
},
"redwood_taiga_hills": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:redwood_taiga_hills"
}
},
"taiga_cold": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:taiga_cold"
}
},
"mesa": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:mesa"
}
},
"forest": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:forest"
}
},
"stone_beach": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:stone_beach"
}
},
"ice_flats": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:ice_flats"
}
},
"taiga_hills": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:taiga_hills"
}
},
"ice_mountains": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:ice_mountains"
}
},
"mesa_rock": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:mesa_rock"
}
},
"savanna": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:savanna"
}
},
"plains": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:plains"
}
},
"frozen_river": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:frozen_river"
}
},
"redwood_taiga": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:redwood_taiga"
}
},
"cold_beach": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:cold_beach"
}
},
"deep_ocean": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:deep_ocean"
}
},
"jungle_hills": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:jungle_hills"
}
},
"jungle_edge": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:jungle_edge"
}
},
"ocean": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:ocean"
}
},
"mushroom_island_shore": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:mushroom_island_shore"
}
},
"extreme_hills": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:extreme_hills"
}
},
"desert_hills": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:desert_hills"
}
},
"jungle": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:jungle"
}
},
"beaches": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:beaches"
}
},
"savanna_rock": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:savanna_rock"
}
},
"taiga_cold_hills": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:taiga_cold_hills"
}
},
"mesa_clear_rock": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:mesa_clear_rock"
}
},
"roofed_forest": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:roofed_forest"
}
},
"taiga": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:taiga"
}
},
"birch_forest": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:birch_forest"
}
},
"mushroom_island": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:mushroom_island"
}
},
"extreme_hills_with_trees": {
"trigger": "minecraft:location",
"conditions": {
"biome": "minecraft:extreme_hills_with_trees"
}
}
}
}

View File

@@ -1,210 +0,0 @@
{
"display": {
"icon": "minecraft:iron_sword",
"title": "Monster Hunter",
"description": "Kill any hostile monster"
},
"parent": "adventure/root",
"criteria": {
"cave_spider": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "cave_spider"
}
}
},
"spider": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "spider"
}
}
},
"zombie_pigman": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "zombie_pigman"
}
}
},
"enderman": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "enderman"
}
}
},
"polar_bear": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "polar_bear"
}
}
},
"blaze": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "blaze"
}
}
},
"creeper": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "creeper"
}
}
},
"evoker": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "evocation_illager"
}
}
},
"ghast": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "ghast"
}
}
},
"guardian": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "guardian"
}
}
},
"husk": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "husk"
}
}
},
"magma_cube": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "magma_cube"
}
}
},
"shulker": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "shulker"
}
}
},
"silverfish": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "silverfish"
}
}
},
"skeleton": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "skeleton"
}
}
},
"slime": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "slime"
}
}
},
"stray": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "stray"
}
}
},
"vindicator": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "vindication_illager"
}
}
},
"witch": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "witch"
}
}
},
"wither_skeleton": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "wither_skeleton"
}
}
},
"zombie": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "zombie"
}
}
},
"zombie_villager": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "zombie_villager"
}
}
}
},
"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"]
]
}

View File

@@ -1,187 +0,0 @@
{
"display": {
"icon": "minecraft:diamond_sword",
"title": "Monsters Hunted",
"description": "Kill one of every hostile monster",
"frame": "challenge"
},
"parent": "adventure/kill_a_mob",
"criteria": {
"cave_spider": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "cave_spider"
}
}
},
"spider": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "spider"
}
}
},
"zombie_pigman": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "zombie_pigman"
}
}
},
"enderman": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "enderman"
}
}
},
"polar_bear": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "polar_bear"
}
}
},
"blaze": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "blaze"
}
}
},
"creeper": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "creeper"
}
}
},
"evoker": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "evocation_illager"
}
}
},
"ghast": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "ghast"
}
}
},
"guardian": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "guardian"
}
}
},
"husk": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "husk"
}
}
},
"magma_cube": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "magma_cube"
}
}
},
"shulker": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "shulker"
}
}
},
"silverfish": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "silverfish"
}
}
},
"skeleton": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "skeleton"
}
}
},
"slime": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "slime"
}
}
},
"stray": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "stray"
}
}
},
"vindicator": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "vindication_illager"
}
}
},
"witch": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "witch"
}
}
},
"wither_skeleton": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "wither_skeleton"
}
}
},
"zombie": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "zombie"
}
}
},
"zombie_villager": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "zombie_villager"
}
}
}
}
}

View File

@@ -1,17 +0,0 @@
{
"display": {
"icon": "minecraft:map",
"title": "Adventure",
"description": "Adventure, exploration and combat.",
"background": "minecraft:textures/gui/advancements/backgrounds/adventure.png"
},
"criteria": {
"killed_something": {
"trigger": "minecraft:player_killed_entity"
},
"killed_by_something": {
"trigger": "minecraft:entity_killed_player"
}
},
"requirements": [["killed_something"], ["killed_by_something"]]
}

View File

@@ -1,20 +0,0 @@
{
"display": {
"icon": "minecraft:bow",
"title": "Take Aim",
"description": "Shoot something with a bow and arrow"
},
"parent": "adventure/kill_a_mob",
"criteria": {
"shot_arrow": {
"trigger": "minecraft:player_hurt_entity",
"conditions": {
"damage": {
"type": {
"is_projectile": true
}
}
}
}
}
}

View File

@@ -1,13 +0,0 @@
{
"display": {
"icon": "minecraft:bed",
"title": "Sweet dreams",
"description": "Change your respawn point"
},
"parent": "adventure/root",
"criteria": {
"slept_in_bed": {
"trigger": "minecraft:slept_in_bed"
}
}
}

View File

@@ -1,24 +0,0 @@
{
"display": {
"icon": "minecraft:arrow",
"title": "Sniper duel",
"description": "Kill a skeleton with an arrow from more than 50 meters",
"frame": "challenge"
},
"parent": "adventure/shoot_arrow",
"criteria": {
"killed_skeleton": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"killing_blow": {
"is_projectile": true
},
"entity": {
"distance": {
"min": 50
}
}
}
}
}
}

View File

@@ -1,13 +0,0 @@
{
"display": {
"icon": "minecraft:emerald",
"title": "What a Deal!",
"description": "Successfully trade with a Villager"
},
"parent": "adventure/root",
"criteria": {
"shot_arrow": {
"trigger": "minecraft:villager_trade"
}
}
}

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_white_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_white_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_white_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_white_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -12,7 +12,7 @@
"recipe": "bone_block"
}
},
"has_at_least_9_bonemeal": {
"has_at_least_9_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -32,7 +32,7 @@
"has_the_recipe"
],
[
"has_at_least_9_bonemeal"
"has_at_least_9_dye"
]
]
}

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_white_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_white_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_white_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_white_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_white_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_white_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_white_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_white_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -6,7 +6,13 @@
]
},
"criteria": {
"has_at_least_9_lapis": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "lapis_block"
}
},
"has_at_least_9_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -19,20 +25,14 @@
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "lapis_block"
}
}
},
"requirements": [
[
"has_at_least_9_lapis"
"has_the_recipe"
],
[
"has_the_recipe"
"has_at_least_9_dye"
]
]
}

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_white_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_white_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_white_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_white_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_white_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_white_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_white_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_white_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_white_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_white_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_white_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_white_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_white_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_white_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_white_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_white_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -1,11 +1,11 @@
{
"rewards": {
"recipes": [
"minecraft:white_bed"
"minecraft:white_wool"
]
},
"criteria": {
"has_white_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -19,13 +19,13 @@
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "white_bed"
"recipe": "white_wool"
}
}
},
"requirements": [
[
"has_white_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_white_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_white_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -1,16 +1,16 @@
{
"rewards": {
"recipes": [
"minecraft:book"
"minecraft:bed"
]
},
"criteria": {
"has_paper": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:paper"
"item": "minecraft:wool"
}
]
}
@@ -18,13 +18,13 @@
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "book"
"recipe": "bed"
}
}
},
"requirements": [
[
"has_paper"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_black_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_black_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:black_bed"
]
},
"criteria": {
"has_black_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 15
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "black_bed"
}
}
},
"requirements": [
[
"has_black_wool"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:black_bed_from_white_bed"
]
},
"criteria": {
"has_bed": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:bed",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "black_bed_from_white_bed"
}
}
},
"requirements": [
[
"has_bed"
],
[
"has_the_recipe"
]
]
}

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_black_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_black_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_blue_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_blue_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:blue_bed"
]
},
"criteria": {
"has_blue_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 11
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "blue_bed"
}
}
},
"requirements": [
[
"has_blue_wool"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:blue_bed_from_white_bed"
]
},
"criteria": {
"has_bed": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:bed",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "blue_bed_from_white_bed"
}
}
},
"requirements": [
[
"has_bed"
],
[
"has_the_recipe"
]
]
}

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_blue_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_blue_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_brown_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_brown_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:brown_bed"
]
},
"criteria": {
"has_brown_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 12
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "brown_bed"
}
}
},
"requirements": [
[
"has_brown_wool"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:brown_bed_from_white_bed"
]
},
"criteria": {
"has_bed": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:bed",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "brown_bed_from_white_bed"
}
}
},
"requirements": [
[
"has_bed"
],
[
"has_the_recipe"
]
]
}

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_brown_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_brown_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_cyan_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_cyan_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:cyan_bed"
]
},
"criteria": {
"has_cyan_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 9
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "cyan_bed"
}
}
},
"requirements": [
[
"has_cyan_wool"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:cyan_bed_from_white_bed"
]
},
"criteria": {
"has_bed": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:bed",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "cyan_bed_from_white_bed"
}
}
},
"requirements": [
[
"has_bed"
],
[
"has_the_recipe"
]
]
}

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_cyan_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_cyan_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_gray_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_gray_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:gray_bed"
]
},
"criteria": {
"has_gray_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 7
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "gray_bed"
}
}
},
"requirements": [
[
"has_gray_wool"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:gray_bed_from_white_bed"
]
},
"criteria": {
"has_bed": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:bed",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "gray_bed_from_white_bed"
}
}
},
"requirements": [
[
"has_bed"
],
[
"has_the_recipe"
]
]
}

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_gray_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_gray_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_green_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_green_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:green_bed"
]
},
"criteria": {
"has_green_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 13
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "green_bed"
}
}
},
"requirements": [
[
"has_green_wool"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:green_bed_from_white_bed"
]
},
"criteria": {
"has_bed": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:bed",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "green_bed_from_white_bed"
}
}
},
"requirements": [
[
"has_bed"
],
[
"has_the_recipe"
]
]
}

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_green_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_green_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,13 +5,7 @@
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "light_blue_banner"
}
},
"has_light_blue_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -21,14 +15,20 @@
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "light_blue_banner"
}
}
},
"requirements": [
[
"has_the_recipe"
"has_wool"
],
[
"has_light_blue_wool"
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:light_blue_bed"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "light_blue_bed"
}
},
"has_light_blue_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 3
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_light_blue_wool"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:light_blue_bed_from_white_bed"
]
},
"criteria": {
"has_bed": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:bed",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "light_blue_bed_from_white_bed"
}
}
},
"requirements": [
[
"has_bed"
],
[
"has_the_recipe"
]
]
}

View File

@@ -5,13 +5,7 @@
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "light_blue_carpet"
}
},
"has_light_blue_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -21,14 +15,20 @@
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "light_blue_carpet"
}
}
},
"requirements": [
[
"has_the_recipe"
"has_wool"
],
[
"has_light_blue_wool"
"has_the_recipe"
]
]
}

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_light_gray_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_light_gray_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:light_gray_bed"
]
},
"criteria": {
"has_light_gray_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 8
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "light_gray_bed"
}
}
},
"requirements": [
[
"has_light_gray_wool"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:light_gray_bed_from_white_bed"
]
},
"criteria": {
"has_bed": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:bed",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "light_gray_bed_from_white_bed"
}
}
},
"requirements": [
[
"has_bed"
],
[
"has_the_recipe"
]
]
}

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_light_gray_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_light_gray_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,13 +5,7 @@
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "lime_banner"
}
},
"has_lime_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -21,14 +15,20 @@
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "lime_banner"
}
}
},
"requirements": [
[
"has_the_recipe"
"has_wool"
],
[
"has_lime_wool"
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:lime_bed"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "lime_bed"
}
},
"has_lime_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 5
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_lime_wool"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:lime_bed_from_white_bed"
]
},
"criteria": {
"has_bed": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:bed",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "lime_bed_from_white_bed"
}
}
},
"requirements": [
[
"has_bed"
],
[
"has_the_recipe"
]
]
}

View File

@@ -5,13 +5,7 @@
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "lime_carpet"
}
},
"has_lime_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -21,14 +15,20 @@
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "lime_carpet"
}
}
},
"requirements": [
[
"has_the_recipe"
"has_wool"
],
[
"has_lime_wool"
"has_the_recipe"
]
]
}

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_magenta_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_magenta_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:magenta_bed"
]
},
"criteria": {
"has_magenta_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 2
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "magenta_bed"
}
}
},
"requirements": [
[
"has_magenta_wool"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:magenta_bed_from_white_bed"
]
},
"criteria": {
"has_bed": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:bed",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "magenta_bed_from_white_bed"
}
}
},
"requirements": [
[
"has_bed"
],
[
"has_the_recipe"
]
]
}

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_magenta_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_magenta_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,13 +5,7 @@
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "orange_banner"
}
},
"has_orange_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -21,14 +15,20 @@
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "orange_banner"
}
}
},
"requirements": [
[
"has_the_recipe"
"has_wool"
],
[
"has_orange_wool"
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:orange_bed"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "orange_bed"
}
},
"has_orange_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 1
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_orange_wool"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:orange_bed_from_white_bed"
]
},
"criteria": {
"has_bed": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:bed",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "orange_bed_from_white_bed"
}
}
},
"requirements": [
[
"has_bed"
],
[
"has_the_recipe"
]
]
}

View File

@@ -5,13 +5,7 @@
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "orange_carpet"
}
},
"has_orange_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -21,14 +15,20 @@
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "orange_carpet"
}
}
},
"requirements": [
[
"has_the_recipe"
"has_wool"
],
[
"has_orange_wool"
"has_the_recipe"
]
]
}

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_pink_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_pink_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:pink_bed"
]
},
"criteria": {
"has_pink_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 6
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "pink_bed"
}
}
},
"requirements": [
[
"has_pink_wool"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:pink_bed_from_white_bed"
]
},
"criteria": {
"has_bed": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:bed",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "pink_bed_from_white_bed"
}
}
},
"requirements": [
[
"has_bed"
],
[
"has_the_recipe"
]
]
}

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_pink_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_pink_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,13 +5,7 @@
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "purple_banner"
}
},
"has_purple_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -21,14 +15,20 @@
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "purple_banner"
}
}
},
"requirements": [
[
"has_the_recipe"
"has_wool"
],
[
"has_purple_wool"
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:purple_bed"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "purple_bed"
}
},
"has_purple_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 10
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_purple_wool"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:purple_bed_from_white_bed"
]
},
"criteria": {
"has_bed": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:bed",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "purple_bed_from_white_bed"
}
}
},
"requirements": [
[
"has_bed"
],
[
"has_the_recipe"
]
]
}

View File

@@ -5,13 +5,7 @@
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "purple_carpet"
}
},
"has_purple_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -21,14 +15,20 @@
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "purple_carpet"
}
}
},
"requirements": [
[
"has_the_recipe"
"has_wool"
],
[
"has_purple_wool"
"has_the_recipe"
]
]
}

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_red_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_red_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:red_bed"
]
},
"criteria": {
"has_red_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 14
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "red_bed"
}
}
},
"requirements": [
[
"has_red_wool"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:red_bed_from_white_bed"
]
},
"criteria": {
"has_bed": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:bed",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "red_bed_from_white_bed"
}
}
},
"requirements": [
[
"has_bed"
],
[
"has_the_recipe"
]
]
}

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_red_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_red_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_white_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_white_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_white_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_white_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_yellow_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_yellow_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:yellow_bed"
]
},
"criteria": {
"has_yellow_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 4
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "yellow_bed"
}
}
},
"requirements": [
[
"has_yellow_wool"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:yellow_bed_from_white_bed"
]
},
"criteria": {
"has_bed": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:bed",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "yellow_bed_from_white_bed"
}
}
},
"requirements": [
[
"has_bed"
],
[
"has_the_recipe"
]
]
}

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_yellow_wool": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_yellow_wool"
"has_wool"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_cocoa": {
"has_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_cocoa"
"has_dye"
],
[
"has_the_recipe"

View File

@@ -5,18 +5,7 @@
]
},
"criteria": {
"has_green_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dye",
"data": 2
}
]
}
},
"has_lapis": {
"has_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -36,10 +25,7 @@
},
"requirements": [
[
"has_green_dye"
],
[
"has_lapis"
"has_dye"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_bonemeal": {
"has_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -21,28 +21,14 @@
"conditions": {
"recipe": "gray_dye"
}
},
"has_black_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dye",
"data": 0
}
]
}
}
},
"requirements": [
[
"has_bonemeal"
"has_dye"
],
[
"has_the_recipe"
],
[
"has_black_dye"
]
]
}

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_lapis": {
"has_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -16,17 +16,6 @@
]
}
},
"has_bonemeal": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dye",
"data": 15
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
@@ -36,10 +25,7 @@
},
"requirements": [
[
"has_lapis"
],
[
"has_bonemeal"
"has_dye"
],
[
"has_the_recipe"

View File

@@ -5,18 +5,7 @@
]
},
"criteria": {
"has_gray_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dye",
"data": 8
}
]
}
},
"has_bonemeal": {
"has_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -36,10 +25,7 @@
},
"requirements": [
[
"has_gray_dye"
],
[
"has_bonemeal"
"has_dye"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_bonemeal": {
"has_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -21,28 +21,14 @@
"conditions": {
"recipe": "light_gray_dye_from_ink_bonemeal"
}
},
"has_black_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dye",
"data": 0
}
]
}
}
},
"requirements": [
[
"has_bonemeal"
"has_dye"
],
[
"has_the_recipe"
],
[
"has_black_dye"
]
]
}

View File

@@ -5,18 +5,7 @@
]
},
"criteria": {
"has_green_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dye",
"data": 2
}
]
}
},
"has_bonemeal": {
"has_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -36,10 +25,7 @@
},
"requirements": [
[
"has_green_dye"
],
[
"has_bonemeal"
"has_dye"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_lapis": {
"has_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -16,47 +16,19 @@
]
}
},
"has_bonemeal": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dye",
"data": 15
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "magenta_dye_from_lapis_ink_bonemeal"
}
},
"has_black_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dye",
"data": 0
}
]
}
}
},
"requirements": [
[
"has_lapis"
],
[
"has_bonemeal"
"has_dye"
],
[
"has_the_recipe"
],
[
"has_black_dye"
]
]
}

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_pink_dye": {
"has_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -16,28 +16,6 @@
]
}
},
"has_lapis": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dye",
"data": 4
}
]
}
},
"has_red_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dye",
"data": 1
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
@@ -47,13 +25,7 @@
},
"requirements": [
[
"has_pink_dye"
],
[
"has_lapis"
],
[
"has_red_dye"
"has_dye"
],
[
"has_the_recipe"

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_pink_dye": {
"has_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -16,17 +16,6 @@
]
}
},
"has_purple_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dye",
"data": 5
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
@@ -36,10 +25,7 @@
},
"requirements": [
[
"has_pink_dye"
],
[
"has_purple_dye"
"has_dye"
],
[
"has_the_recipe"

View File

@@ -5,24 +5,7 @@
]
},
"criteria": {
"has_red_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dye",
"data": 1
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "orange_dye_from_red_yellow"
}
},
"has_yellow_dye": {
"has_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -32,17 +15,20 @@
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "orange_dye_from_red_yellow"
}
}
},
"requirements": [
[
"has_red_dye"
"has_dye"
],
[
"has_the_recipe"
],
[
"has_yellow_dye"
]
]
}

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