Compare commits

..

1 Commits

Author SHA1 Message Date
InventiveBot
82f57ffe05 Create/Update assets for version 17w16a 2017-04-21 09:09:30 +00:00
392 changed files with 2589 additions and 328 deletions

View File

@@ -0,0 +1,227 @@
{
"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,7 +1,8 @@
{
"display": {
"icon": "minecraft:iron_sword",
"title": "Kill a mob"
"title": "Monster Hunter",
"description": "Kill any hostile monster"
},
"parent": "adventure/root",
"criteria": {

View File

@@ -1,7 +1,8 @@
{
"display": {
"icon": "minecraft:diamond_sword",
"title": "Kill all the mobs",
"title": "Monsters Hunted",
"description": "Kill one of every hostile monster",
"frame": "challenge"
},
"parent": "adventure/kill_a_mob",

View File

@@ -2,6 +2,7 @@
"display": {
"icon": "minecraft:map",
"title": "Adventure",
"description": "Adventure, exploration and combat.",
"background": "minecraft:textures/gui/advancements/backgrounds/adventure.png"
},
"criteria": {

View File

@@ -1,7 +1,8 @@
{
"display": {
"icon": "minecraft:bow",
"title": "Shoot something"
"title": "Take Aim",
"description": "Shoot something with a bow and arrow"
},
"parent": "adventure/kill_a_mob",
"criteria": {

View File

@@ -1,7 +1,8 @@
{
"display": {
"icon": "minecraft:bed",
"title": "Change your spawn point"
"title": "Sweet dreams",
"description": "Change your respawn point"
},
"parent": "adventure/root",
"criteria": {

View File

@@ -2,6 +2,7 @@
"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",

View File

@@ -1,7 +1,8 @@
{
"display": {
"icon": "minecraft:emerald",
"title": "Complete a trade"
"title": "What a Deal!",
"description": "Successfully trade with a Villager"
},
"parent": "adventure/root",
"criteria": {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

@@ -0,0 +1,34 @@
{
"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_wool": {
"has_black_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_wool"
"has_black_wool"
],
[
"has_the_recipe"

View File

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

View File

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

@@ -0,0 +1,34 @@
{
"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_wool": {
"has_blue_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_wool"
"has_blue_wool"
],
[
"has_the_recipe"

View File

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

View File

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

@@ -0,0 +1,34 @@
{
"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_wool": {
"has_brown_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_wool"
"has_brown_wool"
],
[
"has_the_recipe"

View File

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

View File

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

@@ -0,0 +1,34 @@
{
"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_wool": {
"has_cyan_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_wool"
"has_cyan_wool"
],
[
"has_the_recipe"

View File

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

View File

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

@@ -0,0 +1,34 @@
{
"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_wool": {
"has_gray_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_wool"
"has_gray_wool"
],
[
"has_the_recipe"

View File

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

View File

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

@@ -0,0 +1,34 @@
{
"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_wool": {
"has_green_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_wool"
"has_green_wool"
],
[
"has_the_recipe"

View File

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

View File

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

@@ -0,0 +1,34 @@
{
"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,7 +5,13 @@
]
},
"criteria": {
"has_wool": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "light_blue_carpet"
}
},
"has_light_blue_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -15,20 +21,14 @@
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "light_blue_carpet"
}
}
},
"requirements": [
[
"has_wool"
"has_the_recipe"
],
[
"has_the_recipe"
"has_light_blue_wool"
]
]
}

View File

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

View File

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

@@ -0,0 +1,34 @@
{
"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_wool": {
"has_light_gray_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_wool"
"has_light_gray_wool"
],
[
"has_the_recipe"

View File

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

View File

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

@@ -0,0 +1,34 @@
{
"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,7 +5,13 @@
]
},
"criteria": {
"has_wool": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "lime_carpet"
}
},
"has_lime_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -15,20 +21,14 @@
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "lime_carpet"
}
}
},
"requirements": [
[
"has_wool"
"has_the_recipe"
],
[
"has_the_recipe"
"has_lime_wool"
]
]
}

View File

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

View File

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

@@ -0,0 +1,34 @@
{
"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_wool": {
"has_magenta_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_wool"
"has_magenta_wool"
],
[
"has_the_recipe"

View File

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

View File

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

@@ -0,0 +1,34 @@
{
"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,7 +5,13 @@
]
},
"criteria": {
"has_wool": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "orange_carpet"
}
},
"has_orange_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -15,20 +21,14 @@
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "orange_carpet"
}
}
},
"requirements": [
[
"has_wool"
"has_the_recipe"
],
[
"has_the_recipe"
"has_orange_wool"
]
]
}

View File

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

View File

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

@@ -0,0 +1,34 @@
{
"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_wool": {
"has_pink_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_wool"
"has_pink_wool"
],
[
"has_the_recipe"

View File

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

View File

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

@@ -0,0 +1,34 @@
{
"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,7 +5,13 @@
]
},
"criteria": {
"has_wool": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "purple_carpet"
}
},
"has_purple_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -15,20 +21,14 @@
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "purple_carpet"
}
}
},
"requirements": [
[
"has_wool"
"has_the_recipe"
],
[
"has_the_recipe"
"has_purple_wool"
]
]
}

View File

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

View File

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

@@ -0,0 +1,34 @@
{
"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_wool": {
"has_red_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_wool"
"has_red_wool"
],
[
"has_the_recipe"

View File

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

View File

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

View File

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

View File

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

View File

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

@@ -0,0 +1,34 @@
{
"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_wool": {
"has_yellow_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_wool"
"has_yellow_wool"
],
[
"has_the_recipe"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_dye": {
"has_lapis": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -16,19 +16,47 @@
]
}
},
"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_dye"
"has_lapis"
],
[
"has_bonemeal"
],
[
"has_the_recipe"
],
[
"has_black_dye"
]
]
}

View File

@@ -5,7 +5,7 @@
]
},
"criteria": {
"has_dye": {
"has_pink_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -16,6 +16,28 @@
]
}
},
"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": {
@@ -25,7 +47,13 @@
},
"requirements": [
[
"has_dye"
"has_pink_dye"
],
[
"has_lapis"
],
[
"has_red_dye"
],
[
"has_the_recipe"

View File

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

View File

@@ -5,13 +5,13 @@
]
},
"criteria": {
"has_dye": {
"has_red_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dye",
"data": 11
"data": 1
}
]
}
@@ -21,14 +21,28 @@
"conditions": {
"recipe": "orange_dye_from_red_yellow"
}
},
"has_yellow_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dye",
"data": 11
}
]
}
}
},
"requirements": [
[
"has_dye"
"has_red_dye"
],
[
"has_the_recipe"
],
[
"has_yellow_dye"
]
]
}

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