You've already forked minecraft-assets
Create/Update assets for version 20w09a
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
"parent": "minecraft:adventure/sleep_in_bed",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:diamond_boots"
|
||||
"item": "minecraft:diamond_boots",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.adventure.adventuring_time.title"
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
"parent": "minecraft:adventure/ol_betsy",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:crossbow"
|
||||
"item": "minecraft:crossbow",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.adventure.arbalistic.title"
|
||||
|
||||
31
data/minecraft/advancements/adventure/bullseye.json
Normal file
31
data/minecraft/advancements/adventure/bullseye.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"parent": "minecraft:adventure/shoot_arrow",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:target"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.adventure.bullseye.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.adventure.bullseye.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"bullseye": {
|
||||
"trigger": "minecraft:target_hit",
|
||||
"conditions": {
|
||||
"signalStrength": 15
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"bullseye"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:adventure/voluntary_exile",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:white_banner",
|
||||
"nbt": "{BlockEntityTag:{Patterns:[{Color:9,Pattern:\"mr\"},{Color:8,Pattern:\"bs\"},{Color:7,Pattern:\"cs\"},{Color:8,Pattern:\"bo\"},{Color:15,Pattern:\"ms\"},{Color:8,Pattern:\"hh\"},{Color:8,Pattern:\"mc\"},{Color:15,Pattern:\"bo\"}]},HideFlags:32,display:{Name:\u0027{\"color\":\"gold\",\"translate\":\"block.minecraft.ominous_banner\"}\u0027}}"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.adventure.hero_of_the_village.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.adventure.hero_of_the_village.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": true
|
||||
},
|
||||
"rewards": {
|
||||
"experience": 100
|
||||
},
|
||||
"criteria": {
|
||||
"hero_of_the_village": {
|
||||
"trigger": "minecraft:hero_of_the_village"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"hero_of_the_village"
|
||||
]
|
||||
]
|
||||
}
|
||||
31
data/minecraft/advancements/adventure/honey_block_slide.json
Normal file
31
data/minecraft/advancements/adventure/honey_block_slide.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"parent": "minecraft:adventure/root",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:honey_block"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.adventure.honey_block_slide.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.adventure.honey_block_slide.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"honey_block_slide": {
|
||||
"trigger": "minecraft:slide_down_block",
|
||||
"conditions": {
|
||||
"block": "minecraft:honey_block"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"honey_block_slide"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -2,7 +2,8 @@
|
||||
"parent": "minecraft:adventure/root",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:iron_sword"
|
||||
"item": "minecraft:iron_sword",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.adventure.kill_a_mob.title"
|
||||
@@ -32,11 +33,11 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"minecraft:zombie_pigman": {
|
||||
"minecraft:zombified_piglin": {
|
||||
"trigger": "minecraft:player_killed_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "minecraft:zombie_pigman"
|
||||
"type": "minecraft:zombified_piglin"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -215,13 +216,29 @@
|
||||
"type": "minecraft:ravager"
|
||||
}
|
||||
}
|
||||
},
|
||||
"minecraft:hoglin": {
|
||||
"trigger": "minecraft:player_killed_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "minecraft:hoglin"
|
||||
}
|
||||
}
|
||||
},
|
||||
"minecraft:piglin": {
|
||||
"trigger": "minecraft:player_killed_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "minecraft:piglin"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"minecraft:cave_spider",
|
||||
"minecraft:spider",
|
||||
"minecraft:zombie_pigman",
|
||||
"minecraft:zombified_piglin",
|
||||
"minecraft:enderman",
|
||||
"minecraft:blaze",
|
||||
"minecraft:creeper",
|
||||
@@ -243,7 +260,9 @@
|
||||
"minecraft:phantom",
|
||||
"minecraft:drowned",
|
||||
"minecraft:pillager",
|
||||
"minecraft:ravager"
|
||||
"minecraft:ravager",
|
||||
"minecraft:hoglin",
|
||||
"minecraft:piglin"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -2,7 +2,8 @@
|
||||
"parent": "minecraft:adventure/kill_a_mob",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:diamond_sword"
|
||||
"item": "minecraft:diamond_sword",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.adventure.kill_all_mobs.title"
|
||||
@@ -35,11 +36,11 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"minecraft:zombie_pigman": {
|
||||
"minecraft:zombified_piglin": {
|
||||
"trigger": "minecraft:player_killed_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "minecraft:zombie_pigman"
|
||||
"type": "minecraft:zombified_piglin"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -218,6 +219,22 @@
|
||||
"type": "minecraft:ravager"
|
||||
}
|
||||
}
|
||||
},
|
||||
"minecraft:hoglin": {
|
||||
"trigger": "minecraft:player_killed_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "minecraft:hoglin"
|
||||
}
|
||||
}
|
||||
},
|
||||
"minecraft:piglin": {
|
||||
"trigger": "minecraft:player_killed_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "minecraft:piglin"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
@@ -228,7 +245,7 @@
|
||||
"minecraft:spider"
|
||||
],
|
||||
[
|
||||
"minecraft:zombie_pigman"
|
||||
"minecraft:zombified_piglin"
|
||||
],
|
||||
[
|
||||
"minecraft:enderman"
|
||||
@@ -295,6 +312,12 @@
|
||||
],
|
||||
[
|
||||
"minecraft:ravager"
|
||||
],
|
||||
[
|
||||
"minecraft:hoglin"
|
||||
],
|
||||
[
|
||||
"minecraft:piglin"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -2,7 +2,8 @@
|
||||
"parent": "minecraft:adventure/root",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:crossbow"
|
||||
"item": "minecraft:crossbow",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.adventure.ol_betsy.title"
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
"parent": "minecraft:adventure/kill_a_mob",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:bow"
|
||||
"item": "minecraft:bow",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.adventure.shoot_arrow.title"
|
||||
@@ -23,7 +24,7 @@
|
||||
"type": {
|
||||
"is_projectile": true,
|
||||
"direct_entity": {
|
||||
"type": "minecraft:arrow"
|
||||
"type": "#minecraft:arrows"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
"parent": "minecraft:adventure/kill_a_mob",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:trident"
|
||||
"item": "minecraft:trident",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.adventure.throw_trident.title"
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
"parent": "minecraft:adventure/ol_betsy",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:crossbow"
|
||||
"item": "minecraft:crossbow",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.adventure.two_birds_one_arrow.title"
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
"parent": "minecraft:adventure/throw_trident",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:trident"
|
||||
"item": "minecraft:trident",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.adventure.very_very_frightening.title"
|
||||
|
||||
40
data/minecraft/advancements/adventure/voluntary_exile.json
Normal file
40
data/minecraft/advancements/adventure/voluntary_exile.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"parent": "minecraft:adventure/root",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:white_banner",
|
||||
"nbt": "{BlockEntityTag:{Patterns:[{Color:9,Pattern:\"mr\"},{Color:8,Pattern:\"bs\"},{Color:7,Pattern:\"cs\"},{Color:8,Pattern:\"bo\"},{Color:15,Pattern:\"ms\"},{Color:8,Pattern:\"hh\"},{Color:8,Pattern:\"mc\"},{Color:15,Pattern:\"bo\"}]},HideFlags:32,display:{Name:\u0027{\"color\":\"gold\",\"translate\":\"block.minecraft.ominous_banner\"}\u0027}}"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.adventure.voluntary_exile.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.adventure.voluntary_exile.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": true
|
||||
},
|
||||
"criteria": {
|
||||
"voluntary_exile": {
|
||||
"trigger": "minecraft:player_killed_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "#minecraft:raiders",
|
||||
"equipment": {
|
||||
"head": {
|
||||
"item": "minecraft:white_banner",
|
||||
"nbt": "{BlockEntityTag:{Patterns:[{Color:9,Pattern:\"mr\"},{Color:8,Pattern:\"bs\"},{Color:7,Pattern:\"cs\"},{Color:8,Pattern:\"bo\"},{Color:15,Pattern:\"ms\"},{Color:8,Pattern:\"hh\"},{Color:8,Pattern:\"mc\"},{Color:15,Pattern:\"bo\"}]},HideFlags:32,display:{Name:\u0027{\"color\":\"gold\",\"translate\":\"block.minecraft.ominous_banner\"}\u0027}}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"voluntary_exile"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -2,7 +2,8 @@
|
||||
"parent": "minecraft:adventure/ol_betsy",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:crossbow"
|
||||
"item": "minecraft:crossbow",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.adventure.whos_the_pillager_now.title"
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
"parent": "minecraft:end/find_end_city",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:elytra"
|
||||
"item": "minecraft:elytra",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.end.elytra.title"
|
||||
|
||||
@@ -322,6 +322,14 @@
|
||||
"item": "minecraft:sweet_berries"
|
||||
}
|
||||
}
|
||||
},
|
||||
"honey_bottle": {
|
||||
"trigger": "minecraft:consume_item",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "minecraft:honey_bottle"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
@@ -438,6 +446,9 @@
|
||||
],
|
||||
[
|
||||
"sweet_berries"
|
||||
],
|
||||
[
|
||||
"honey_bottle"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -2,7 +2,8 @@
|
||||
"parent": "minecraft:husbandry/plant_seed",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:diamond_hoe"
|
||||
"item": "minecraft:diamond_hoe",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.break_diamond_hoe.title"
|
||||
|
||||
@@ -130,6 +130,14 @@
|
||||
"type": "minecraft:fox"
|
||||
}
|
||||
}
|
||||
},
|
||||
"minecraft:bee": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:bee"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
@@ -174,6 +182,9 @@
|
||||
],
|
||||
[
|
||||
"minecraft:fox"
|
||||
],
|
||||
[
|
||||
"minecraft:bee"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -2,7 +2,8 @@
|
||||
"parent": "minecraft:husbandry/root",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:fishing_rod"
|
||||
"item": "minecraft:fishing_rod",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.fishy_business.title"
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/root",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:honey_bottle"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.safely_harvest_honey.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.safely_harvest_honey.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"safely_harvest_honey": {
|
||||
"trigger": "minecraft:safely_harvest_honey",
|
||||
"conditions": {
|
||||
"block": {
|
||||
"tag": "minecraft:beehives"
|
||||
},
|
||||
"item": {
|
||||
"item": "minecraft:glass_bottle"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"safely_harvest_honey"
|
||||
]
|
||||
]
|
||||
}
|
||||
42
data/minecraft/advancements/husbandry/silk_touch_nest.json
Normal file
42
data/minecraft/advancements/husbandry/silk_touch_nest.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/root",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:bee_nest"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.silk_touch_nest.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.silk_touch_nest.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"silk_touch_nest": {
|
||||
"trigger": "minecraft:bee_nest_destroyed",
|
||||
"conditions": {
|
||||
"block": "minecraft:bee_nest",
|
||||
"item": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"num_bees_inside": 3
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"silk_touch_nest"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -23,33 +23,32 @@
|
||||
"trigger": "minecraft:effects_changed",
|
||||
"conditions": {
|
||||
"effects": {
|
||||
"minecraft:speed": {},
|
||||
"minecraft:hero_of_the_village": {},
|
||||
"minecraft:dolphins_grace": {},
|
||||
"minecraft:water_breathing": {},
|
||||
"minecraft:night_vision": {},
|
||||
"minecraft:glowing": {},
|
||||
"minecraft:nausea": {},
|
||||
"minecraft:regeneration": {},
|
||||
"minecraft:haste": {},
|
||||
"minecraft:jump_boost": {},
|
||||
"minecraft:levitation": {},
|
||||
"minecraft:slow_falling": {},
|
||||
"minecraft:weakness": {},
|
||||
"minecraft:saturation": {},
|
||||
"minecraft:fire_resistance": {},
|
||||
"minecraft:absorption": {},
|
||||
"minecraft:bad_omen": {},
|
||||
"minecraft:mining_fatigue": {},
|
||||
"minecraft:night_vision": {},
|
||||
"minecraft:poison": {},
|
||||
"minecraft:glowing": {},
|
||||
"minecraft:blindness": {},
|
||||
"minecraft:resistance": {},
|
||||
"minecraft:wither": {},
|
||||
"minecraft:speed": {},
|
||||
"minecraft:slowness": {},
|
||||
"minecraft:hunger": {},
|
||||
"minecraft:weakness": {},
|
||||
"minecraft:water_breathing": {},
|
||||
"minecraft:fire_resistance": {},
|
||||
"minecraft:haste": {},
|
||||
"minecraft:nausea": {},
|
||||
"minecraft:hero_of_the_village": {},
|
||||
"minecraft:wither": {},
|
||||
"minecraft:strength": {},
|
||||
"minecraft:resistance": {},
|
||||
"minecraft:invisibility": {},
|
||||
"minecraft:mining_fatigue": {},
|
||||
"minecraft:conduit_power": {},
|
||||
"minecraft:invisibility": {}
|
||||
"minecraft:absorption": {},
|
||||
"minecraft:dolphins_grace": {},
|
||||
"minecraft:jump_boost": {},
|
||||
"minecraft:slow_falling": {},
|
||||
"minecraft:bad_omen": {},
|
||||
"minecraft:hunger": {},
|
||||
"minecraft:levitation": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,19 +23,19 @@
|
||||
"trigger": "minecraft:effects_changed",
|
||||
"conditions": {
|
||||
"effects": {
|
||||
"minecraft:speed": {},
|
||||
"minecraft:water_breathing": {},
|
||||
"minecraft:regeneration": {},
|
||||
"minecraft:strength": {},
|
||||
"minecraft:night_vision": {},
|
||||
"minecraft:poison": {},
|
||||
"minecraft:regeneration": {},
|
||||
"minecraft:resistance": {},
|
||||
"minecraft:jump_boost": {},
|
||||
"minecraft:slowness": {},
|
||||
"minecraft:strength": {},
|
||||
"minecraft:slow_falling": {},
|
||||
"minecraft:weakness": {},
|
||||
"minecraft:invisibility": {},
|
||||
"minecraft:fire_resistance": {}
|
||||
"minecraft:speed": {},
|
||||
"minecraft:slowness": {},
|
||||
"minecraft:weakness": {},
|
||||
"minecraft:water_breathing": {},
|
||||
"minecraft:fire_resistance": {},
|
||||
"minecraft:jump_boost": {},
|
||||
"minecraft:slow_falling": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_logs": {
|
||||
"has_log": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
@@ -25,7 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_logs",
|
||||
"has_log",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_log": {
|
||||
"has_logs": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
@@ -25,7 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_log",
|
||||
"has_logs",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -6,15 +6,12 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_packed_ice": {
|
||||
"has_packed_ice": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:packed_ice",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
"item": "minecraft:packed_ice"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -28,7 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_packed_ice",
|
||||
"has_packed_ice",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -6,15 +6,12 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_bonemeal": {
|
||||
"has_bonemeal": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:bone_meal",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
"item": "minecraft:bone_meal"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -28,7 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_bonemeal",
|
||||
"has_bonemeal",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -6,15 +6,12 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_coal": {
|
||||
"has_coal": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:coal",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
"item": "minecraft:coal"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -28,7 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_coal",
|
||||
"has_coal",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:crimson_planks"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_logs": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "minecraft:crimson_stems"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:crimson_planks"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_logs",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:crimson_slab"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_planks": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:crimson_planks"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:crimson_slab"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:crimson_stairs"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_planks": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:crimson_planks"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:crimson_stairs"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -6,7 +6,7 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_logs": {
|
||||
"has_log": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
@@ -25,7 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_logs",
|
||||
"has_log",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -6,15 +6,12 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_diamond": {
|
||||
"has_diamond": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:diamond",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
"item": "minecraft:diamond"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -28,7 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_diamond",
|
||||
"has_diamond",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -6,25 +6,12 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_dried_kelp": {
|
||||
"has_dried_kelp": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:dried_kelp",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_dried_kelp_block": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:dried_kelp_block"
|
||||
"item": "minecraft:dried_kelp"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -38,8 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_dried_kelp",
|
||||
"has_dried_kelp_block",
|
||||
"has_dried_kelp",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -6,15 +6,12 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_emerald": {
|
||||
"has_emerald": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:emerald",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
"item": "minecraft:emerald"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -28,7 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_emerald",
|
||||
"has_emerald",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -6,15 +6,12 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_gold_ingot": {
|
||||
"has_gold_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:gold_ingot",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
"item": "minecraft:gold_ingot"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -28,7 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_gold_ingot",
|
||||
"has_gold_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -6,15 +6,12 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_wheat": {
|
||||
"has_wheat": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:wheat",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
"item": "minecraft:wheat"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -28,7 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_wheat",
|
||||
"has_wheat",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -6,15 +6,12 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_iron_ingot": {
|
||||
"has_iron_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:iron_ingot",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -28,7 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_iron_ingot",
|
||||
"has_iron_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_log": {
|
||||
"has_logs": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
@@ -25,7 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_log",
|
||||
"has_logs",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -6,15 +6,12 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_lapis": {
|
||||
"has_lapis": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:lapis_lazuli",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
"item": "minecraft:lapis_lazuli"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -28,7 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_lapis",
|
||||
"has_lapis",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:netherite_block"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_netherite_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:netherite_ingot"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:netherite_block"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_netherite_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -6,7 +6,7 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_log": {
|
||||
"has_logs": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
@@ -25,7 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_log",
|
||||
"has_logs",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -6,15 +6,12 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_ice": {
|
||||
"has_ice": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:ice",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
"item": "minecraft:ice"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -28,7 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_ice",
|
||||
"has_ice",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_log": {
|
||||
"has_logs": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
@@ -25,7 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_log",
|
||||
"has_logs",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:stripped_acacia_wood"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_log": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:stripped_acacia_log"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:stripped_acacia_wood"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_log",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:stripped_birch_wood"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_log": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:stripped_birch_log"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:stripped_birch_wood"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_log",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:stripped_dark_oak_wood"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_log": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:stripped_dark_oak_log"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:stripped_dark_oak_wood"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_log",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:stripped_jungle_wood"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_log": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:stripped_jungle_log"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:stripped_jungle_wood"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_log",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:stripped_oak_wood"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_log": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:stripped_oak_log"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:stripped_oak_wood"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_log",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:stripped_spruce_wood"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_log": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:stripped_spruce_log"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:stripped_spruce_wood"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_log",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:warped_planks"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_logs": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "minecraft:warped_stems"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:warped_planks"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_logs",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:warped_slab"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_planks": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:warped_planks"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:warped_slab"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:warped_stairs"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_planks": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:warped_planks"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:warped_stairs"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:netherite_boots"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_netherite_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:netherite_ingot"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:netherite_boots"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_netherite_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:netherite_chestplate"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_netherite_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:netherite_ingot"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:netherite_chestplate"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_netherite_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:netherite_helmet"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_netherite_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:netherite_ingot"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:netherite_helmet"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_netherite_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:netherite_leggings"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_netherite_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:netherite_ingot"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:netherite_leggings"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_netherite_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:netherite_sword"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_netherite_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:netherite_ingot"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:netherite_sword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_netherite_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
32
data/minecraft/advancements/recipes/decorations/beehive.json
Normal file
32
data/minecraft/advancements/recipes/decorations/beehive.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:beehive"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_honeycomb": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:honeycomb"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:beehive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_honeycomb",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
"item": "minecraft:black_stained_glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
"item": "minecraft:blue_stained_glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
"item": "minecraft:brown_stained_glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -6,12 +6,12 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_string": {
|
||||
"has_paper": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:string"
|
||||
"item": "minecraft:paper"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -25,7 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_string",
|
||||
"has_paper",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:composter"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_wood_slab": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "minecraft:wooden_slabs"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:composter"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_wood_slab",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:crimson_fence"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_planks": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:crimson_planks"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:crimson_fence"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:crimson_sign"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_crimson_planks": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:crimson_planks"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:crimson_sign"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_crimson_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
"item": "minecraft:cyan_stained_glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
"item": "minecraft:gray_stained_glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
"item": "minecraft:green_stained_glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:honey_block"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_honey_bottle": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:honey_bottle"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:honey_block"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_honey_bottle",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:honeycomb_block"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_honeycomb": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:honeycomb"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:honeycomb_block"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_honeycomb",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
"item": "minecraft:light_blue_stained_glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
"item": "minecraft:light_gray_stained_glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
"item": "minecraft:lime_stained_glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
"item": "minecraft:magenta_stained_glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_oramge_dye": {
|
||||
"has_orange_dye": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
@@ -36,7 +36,7 @@
|
||||
"requirements": [
|
||||
[
|
||||
"has_white_carpet",
|
||||
"has_oramge_dye",
|
||||
"has_orange_dye",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
"item": "minecraft:orange_stained_glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
"item": "minecraft:pink_stained_glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
"item": "minecraft:purple_stained_glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
"item": "minecraft:red_stained_glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -6,15 +6,12 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_slime_ball": {
|
||||
"has_slime_ball": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:slime_ball",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
"item": "minecraft:slime_ball"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -28,7 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_slime_ball",
|
||||
"has_slime_ball",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:soul_fire_lantern"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_soul_fire_torch": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:soul_fire_torch"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:soul_fire_lantern"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_soul_fire_torch",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:soul_fire_torch"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_soul_soil": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:soul_soil"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:soul_fire_torch"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_soul_soil",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:warped_fence"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_planks": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:warped_planks"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:warped_fence"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:warped_sign"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_warped_planks": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:warped_planks"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:warped_sign"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_warped_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
"item": "minecraft:white_stained_glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
"item": "minecraft:yellow_stained_glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -6,19 +6,6 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_dried_kelp": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:dried_kelp",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_dried_kelp_block": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -38,7 +25,6 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_dried_kelp",
|
||||
"has_dried_kelp_block",
|
||||
"has_the_recipe"
|
||||
]
|
||||
|
||||
32
data/minecraft/advancements/recipes/food/honey_bottle.json
Normal file
32
data/minecraft/advancements/recipes/food/honey_bottle.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:honey_bottle"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_honey_block": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:honey_block"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:honey_bottle"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_honey_block",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -6,19 +6,6 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_bonemeal": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:bone_meal",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_bone_block": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -38,7 +25,6 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_bonemeal",
|
||||
"has_bone_block",
|
||||
"has_the_recipe"
|
||||
]
|
||||
|
||||
@@ -6,19 +6,6 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_coal": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:coal",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_coal_block": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -38,7 +25,6 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_coal",
|
||||
"has_coal_block",
|
||||
"has_the_recipe"
|
||||
]
|
||||
|
||||
@@ -6,19 +6,6 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_diamond": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:diamond",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_diamond_block": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -38,7 +25,6 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_diamond",
|
||||
"has_diamond_block",
|
||||
"has_the_recipe"
|
||||
]
|
||||
|
||||
@@ -6,19 +6,6 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_emerald": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:emerald",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_emerald_block": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -38,7 +25,6 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_emerald",
|
||||
"has_emerald_block",
|
||||
"has_the_recipe"
|
||||
]
|
||||
|
||||
@@ -6,19 +6,6 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_gold_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:gold_ingot",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_gold_block": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -38,7 +25,6 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_gold_ingot",
|
||||
"has_gold_block",
|
||||
"has_the_recipe"
|
||||
]
|
||||
|
||||
@@ -6,15 +6,12 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_gold_nugget": {
|
||||
"has_gold_nugget": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:gold_nugget",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
"item": "minecraft:gold_nugget"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -28,7 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_gold_nugget",
|
||||
"has_gold_nugget",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -6,19 +6,6 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_gold_nugget": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:gold_nugget",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_gold_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -38,7 +25,6 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_gold_nugget",
|
||||
"has_gold_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
|
||||
@@ -6,19 +6,6 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_iron_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:iron_ingot",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_iron_block": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -38,7 +25,6 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_iron_ingot",
|
||||
"has_iron_block",
|
||||
"has_the_recipe"
|
||||
]
|
||||
|
||||
@@ -6,15 +6,12 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_iron_nugget": {
|
||||
"has_iron_nugget": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:iron_nugget",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
"item": "minecraft:iron_nugget"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -28,7 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_iron_nugget",
|
||||
"has_iron_nugget",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -6,19 +6,6 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_iron_nugget": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:iron_nugget",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_iron_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -38,7 +25,6 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_iron_nugget",
|
||||
"has_iron_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
|
||||
@@ -6,19 +6,6 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_lapis": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:lapis_lazuli",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_lapis_block": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -38,7 +25,6 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_lapis",
|
||||
"has_lapis_block",
|
||||
"has_the_recipe"
|
||||
]
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user