Create/Update assets for version 20w15a

This commit is contained in:
InventiveBot
2020-04-10 19:31:02 +00:00
parent 46532b233b
commit c442254d59
5497 changed files with 294621 additions and 63102 deletions

View File

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

View File

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

View 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": {
"signal_strength": 15
}
}
},
"requirements": [
[
"bullseye"
]
]
}

View File

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

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

View File

@@ -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"
@@ -16,6 +17,14 @@
"hidden": false
},
"criteria": {
"minecraft:blaze": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:blaze"
}
}
},
"minecraft:cave_spider": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
@@ -24,19 +33,35 @@
}
}
},
"minecraft:spider": {
"minecraft:creeper": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:spider"
"type": "minecraft:creeper"
}
}
},
"minecraft:zombie_pigman": {
"minecraft:drowned": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:zombie_pigman"
"type": "minecraft:drowned"
}
}
},
"minecraft:elder_guardian": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:elder_guardian"
}
}
},
"minecraft:ender_dragon": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:ender_dragon"
}
}
},
@@ -48,19 +73,11 @@
}
}
},
"minecraft:blaze": {
"minecraft:endermite": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:blaze"
}
}
},
"minecraft:creeper": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:creeper"
"type": "minecraft:endermite"
}
}
},
@@ -88,6 +105,14 @@
}
}
},
"minecraft:hoglin": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:hoglin"
}
}
},
"minecraft:husk": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
@@ -104,6 +129,38 @@
}
}
},
"minecraft:phantom": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:phantom"
}
}
},
"minecraft:piglin": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:piglin"
}
}
},
"minecraft:pillager": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:pillager"
}
}
},
"minecraft:ravager": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:ravager"
}
}
},
"minecraft:shulker": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
@@ -136,6 +193,14 @@
}
}
},
"minecraft:spider": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:spider"
}
}
},
"minecraft:stray": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
@@ -144,6 +209,14 @@
}
}
},
"minecraft:vex": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:vex"
}
}
},
"minecraft:vindicator": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
@@ -168,11 +241,19 @@
}
}
},
"minecraft:zombie": {
"minecraft:wither": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:zombie"
"type": "minecraft:wither"
}
}
},
"minecraft:zoglin": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:zoglin"
}
}
},
@@ -184,66 +265,58 @@
}
}
},
"minecraft:phantom": {
"minecraft:zombie": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:phantom"
"type": "minecraft:zombie"
}
}
},
"minecraft:drowned": {
"minecraft:zombified_piglin": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:drowned"
}
}
},
"minecraft:pillager": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:pillager"
}
}
},
"minecraft:ravager": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:ravager"
"type": "minecraft:zombified_piglin"
}
}
}
},
"requirements": [
[
"minecraft:cave_spider",
"minecraft:spider",
"minecraft:zombie_pigman",
"minecraft:enderman",
"minecraft:blaze",
"minecraft:cave_spider",
"minecraft:creeper",
"minecraft:drowned",
"minecraft:elder_guardian",
"minecraft:ender_dragon",
"minecraft:enderman",
"minecraft:endermite",
"minecraft:evoker",
"minecraft:ghast",
"minecraft:guardian",
"minecraft:hoglin",
"minecraft:husk",
"minecraft:magma_cube",
"minecraft:phantom",
"minecraft:piglin",
"minecraft:pillager",
"minecraft:ravager",
"minecraft:shulker",
"minecraft:silverfish",
"minecraft:skeleton",
"minecraft:slime",
"minecraft:spider",
"minecraft:stray",
"minecraft:vex",
"minecraft:vindicator",
"minecraft:witch",
"minecraft:wither_skeleton",
"minecraft:zombie",
"minecraft:wither",
"minecraft:zoglin",
"minecraft:zombie_villager",
"minecraft:phantom",
"minecraft:drowned",
"minecraft:pillager",
"minecraft:ravager"
"minecraft:zombie",
"minecraft:zombified_piglin"
]
]
}

View File

@@ -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"
@@ -19,6 +20,14 @@
"experience": 100
},
"criteria": {
"minecraft:blaze": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:blaze"
}
}
},
"minecraft:cave_spider": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
@@ -27,19 +36,35 @@
}
}
},
"minecraft:spider": {
"minecraft:creeper": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:spider"
"type": "minecraft:creeper"
}
}
},
"minecraft:zombie_pigman": {
"minecraft:drowned": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:zombie_pigman"
"type": "minecraft:drowned"
}
}
},
"minecraft:elder_guardian": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:elder_guardian"
}
}
},
"minecraft:ender_dragon": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:ender_dragon"
}
}
},
@@ -51,19 +76,11 @@
}
}
},
"minecraft:blaze": {
"minecraft:endermite": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:blaze"
}
}
},
"minecraft:creeper": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:creeper"
"type": "minecraft:endermite"
}
}
},
@@ -91,6 +108,14 @@
}
}
},
"minecraft:hoglin": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:hoglin"
}
}
},
"minecraft:husk": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
@@ -107,6 +132,38 @@
}
}
},
"minecraft:phantom": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:phantom"
}
}
},
"minecraft:piglin": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:piglin"
}
}
},
"minecraft:pillager": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:pillager"
}
}
},
"minecraft:ravager": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:ravager"
}
}
},
"minecraft:shulker": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
@@ -139,6 +196,14 @@
}
}
},
"minecraft:spider": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:spider"
}
}
},
"minecraft:stray": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
@@ -147,6 +212,14 @@
}
}
},
"minecraft:vex": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:vex"
}
}
},
"minecraft:vindicator": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
@@ -171,11 +244,19 @@
}
}
},
"minecraft:zombie": {
"minecraft:wither": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:zombie"
"type": "minecraft:wither"
}
}
},
"minecraft:zoglin": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:zoglin"
}
}
},
@@ -187,57 +268,47 @@
}
}
},
"minecraft:phantom": {
"minecraft:zombie": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:phantom"
"type": "minecraft:zombie"
}
}
},
"minecraft:drowned": {
"minecraft:zombified_piglin": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:drowned"
}
}
},
"minecraft:pillager": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:pillager"
}
}
},
"minecraft:ravager": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:ravager"
"type": "minecraft:zombified_piglin"
}
}
}
},
"requirements": [
[
"minecraft:blaze"
],
[
"minecraft:cave_spider"
],
[
"minecraft:spider"
"minecraft:creeper"
],
[
"minecraft:zombie_pigman"
"minecraft:drowned"
],
[
"minecraft:elder_guardian"
],
[
"minecraft:ender_dragon"
],
[
"minecraft:enderman"
],
[
"minecraft:blaze"
],
[
"minecraft:creeper"
"minecraft:endermite"
],
[
"minecraft:evoker"
@@ -248,12 +319,27 @@
[
"minecraft:guardian"
],
[
"minecraft:hoglin"
],
[
"minecraft:husk"
],
[
"minecraft:magma_cube"
],
[
"minecraft:phantom"
],
[
"minecraft:piglin"
],
[
"minecraft:pillager"
],
[
"minecraft:ravager"
],
[
"minecraft:shulker"
],
@@ -266,9 +352,15 @@
[
"minecraft:slime"
],
[
"minecraft:spider"
],
[
"minecraft:stray"
],
[
"minecraft:vex"
],
[
"minecraft:vindicator"
],
@@ -279,22 +371,19 @@
"minecraft:wither_skeleton"
],
[
"minecraft:zombie"
"minecraft:wither"
],
[
"minecraft:zoglin"
],
[
"minecraft:zombie_villager"
],
[
"minecraft:phantom"
"minecraft:zombie"
],
[
"minecraft:drowned"
],
[
"minecraft:pillager"
],
[
"minecraft:ravager"
"minecraft:zombified_piglin"
]
]
}

View File

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

View File

@@ -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"
}
}
}

View File

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

View File

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

View File

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

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -130,6 +130,22 @@
"type": "minecraft:fox"
}
}
},
"minecraft:bee": {
"trigger": "minecraft:bred_animals",
"conditions": {
"parent": {
"type": "minecraft:bee"
}
}
},
"minecraft:hoglin": {
"trigger": "minecraft:bred_animals",
"conditions": {
"parent": {
"type": "minecraft:hoglin"
}
}
}
},
"requirements": [
@@ -174,6 +190,12 @@
],
[
"minecraft:fox"
],
[
"minecraft:bee"
],
[
"minecraft:hoglin"
]
]
}

View File

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

View File

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

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

View File

@@ -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:poison": {},
"minecraft:blindness": {},
"minecraft:resistance": {},
"minecraft:wither": {},
"minecraft:slowness": {},
"minecraft:hunger": {},
"minecraft:strength": {},
"minecraft:wither": {},
"minecraft:dolphins_grace": {},
"minecraft:bad_omen": {},
"minecraft:levitation": {},
"minecraft:jump_boost": {},
"minecraft:poison": {},
"minecraft:resistance": {},
"minecraft:conduit_power": {},
"minecraft:invisibility": {}
"minecraft:hunger": {},
"minecraft:invisibility": {},
"minecraft:slowness": {},
"minecraft:blindness": {},
"minecraft:absorption": {},
"minecraft:slow_falling": {},
"minecraft:nausea": {},
"minecraft:weakness": {},
"minecraft:haste": {},
"minecraft:speed": {},
"minecraft:regeneration": {},
"minecraft:mining_fatigue": {},
"minecraft:hero_of_the_village": {},
"minecraft:glowing": {},
"minecraft:fire_resistance": {}
}
}
}

View File

@@ -23,18 +23,18 @@
"trigger": "minecraft:effects_changed",
"conditions": {
"effects": {
"minecraft:speed": {},
"minecraft:water_breathing": {},
"minecraft:jump_boost": {},
"minecraft:night_vision": {},
"minecraft:poison": {},
"minecraft:regeneration": {},
"minecraft:resistance": {},
"minecraft:jump_boost": {},
"minecraft:slowness": {},
"minecraft:strength": {},
"minecraft:invisibility": {},
"minecraft:slowness": {},
"minecraft:slow_falling": {},
"minecraft:weakness": {},
"minecraft:invisibility": {},
"minecraft:speed": {},
"minecraft:regeneration": {},
"minecraft:fire_resistance": {}
}
}

View File

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

View File

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

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:blackstone_slab"
]
},
"criteria": {
"has_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:blackstone_slab"
}
}
},
"requirements": [
[
"has_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:blackstone_slab_from_blackstone_stonecutting"
]
},
"criteria": {
"has_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:blackstone_slab_from_blackstone_stonecutting"
}
}
},
"requirements": [
[
"has_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:blackstone_stairs"
]
},
"criteria": {
"has_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:blackstone_stairs"
}
}
},
"requirements": [
[
"has_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:blackstone_stairs_from_blackstone_stonecutting"
]
},
"criteria": {
"has_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:blackstone_stairs_from_blackstone_stonecutting"
}
}
},
"requirements": [
[
"has_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:blackstone_wall"
]
},
"criteria": {
"has_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:blackstone_wall"
}
}
},
"requirements": [
[
"has_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:blackstone_wall_from_blackstone_stonecutting"
]
},
"criteria": {
"has_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:blackstone_wall_from_blackstone_stonecutting"
}
}
},
"requirements": [
[
"has_blackstone",
"has_the_recipe"
]
]
}

View File

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

View File

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

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:chiseled_nether_bricks"
]
},
"criteria": {
"has_nether_bricks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:nether_bricks"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:chiseled_nether_bricks"
}
}
},
"requirements": [
[
"has_nether_bricks",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:chiseled_nether_bricks_from_nether_bricks_stonecutting"
]
},
"criteria": {
"has_nether_bricks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:nether_bricks"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:chiseled_nether_bricks_from_nether_bricks_stonecutting"
}
}
},
"requirements": [
[
"has_nether_bricks",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:chiseled_polished_blackstone"
]
},
"criteria": {
"has_polished_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:polished_blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:chiseled_polished_blackstone"
}
}
},
"requirements": [
[
"has_polished_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:chiseled_polished_blackstone_from_blackstone_stonecutting"
]
},
"criteria": {
"has_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:chiseled_polished_blackstone_from_blackstone_stonecutting"
}
}
},
"requirements": [
[
"has_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:chiseled_polished_blackstone_from_polished_blackstone_stonecutting"
]
},
"criteria": {
"has_polished_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:polished_blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:chiseled_polished_blackstone_from_polished_blackstone_stonecutting"
}
}
},
"requirements": [
[
"has_polished_blackstone",
"has_the_recipe"
]
]
}

View File

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

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:cracked_nether_bricks"
]
},
"criteria": {
"has_nether_bricks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:nether_bricks"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:cracked_nether_bricks"
}
}
},
"requirements": [
[
"has_nether_bricks",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:cracked_polished_blackstone_bricks"
]
},
"criteria": {
"has_blackstone_bricks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:polished_blackstone_bricks"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:cracked_polished_blackstone_bricks"
}
}
},
"requirements": [
[
"has_blackstone_bricks",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:crimson_hyphae"
]
},
"criteria": {
"has_log": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:crimson_stem"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:crimson_hyphae"
}
}
},
"requirements": [
[
"has_log",
"has_the_recipe"
]
]
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_basalt"
]
},
"criteria": {
"has_basalt": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:basalt"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_basalt"
}
}
},
"requirements": [
[
"has_basalt",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_basalt_from_basalt_stonecutting"
]
},
"criteria": {
"has_basalt": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:basalt"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_basalt_from_basalt_stonecutting"
}
}
},
"requirements": [
[
"has_basalt",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone"
]
},
"criteria": {
"has_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone"
}
}
},
"requirements": [
[
"has_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_brick_slab"
]
},
"criteria": {
"has_polished_blackstone_bricks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:polished_blackstone_bricks"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_brick_slab"
}
}
},
"requirements": [
[
"has_polished_blackstone_bricks",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_brick_slab_from_blackstone_stonecutting"
]
},
"criteria": {
"has_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_brick_slab_from_blackstone_stonecutting"
}
}
},
"requirements": [
[
"has_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_brick_slab_from_polished_blackstone_bricks_stonecutting"
]
},
"criteria": {
"has_polished_blackstone_bricks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:polished_blackstone_bricks"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_brick_slab_from_polished_blackstone_bricks_stonecutting"
}
}
},
"requirements": [
[
"has_polished_blackstone_bricks",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_brick_slab_from_polished_blackstone_stonecutting"
]
},
"criteria": {
"has_polished_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:polished_blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_brick_slab_from_polished_blackstone_stonecutting"
}
}
},
"requirements": [
[
"has_polished_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_brick_stairs"
]
},
"criteria": {
"has_polished_blackstone_bricks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:polished_blackstone_bricks"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_brick_stairs"
}
}
},
"requirements": [
[
"has_polished_blackstone_bricks",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_brick_stairs_from_blackstone_stonecutting"
]
},
"criteria": {
"has_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_brick_stairs_from_blackstone_stonecutting"
}
}
},
"requirements": [
[
"has_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_brick_stairs_from_polished_blackstone_bricks_stonecutting"
]
},
"criteria": {
"has_polished_blackstone_bricks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:polished_blackstone_bricks"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_brick_stairs_from_polished_blackstone_bricks_stonecutting"
}
}
},
"requirements": [
[
"has_polished_blackstone_bricks",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_brick_stairs_from_polished_blackstone_stonecutting"
]
},
"criteria": {
"has_polished_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:polished_blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_brick_stairs_from_polished_blackstone_stonecutting"
}
}
},
"requirements": [
[
"has_polished_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_brick_wall"
]
},
"criteria": {
"has_polished_blackstone_bricks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:polished_blackstone_bricks"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_brick_wall"
}
}
},
"requirements": [
[
"has_polished_blackstone_bricks",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_brick_wall_from_blackstone_stonecutting"
]
},
"criteria": {
"has_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_brick_wall_from_blackstone_stonecutting"
}
}
},
"requirements": [
[
"has_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_brick_wall_from_polished_blackstone_bricks_stonecutting"
]
},
"criteria": {
"has_polished_blackstone_bricks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:polished_blackstone_bricks"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_brick_wall_from_polished_blackstone_bricks_stonecutting"
}
}
},
"requirements": [
[
"has_polished_blackstone_bricks",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_brick_wall_from_polished_blackstone_stonecutting"
]
},
"criteria": {
"has_polished_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:polished_blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_brick_wall_from_polished_blackstone_stonecutting"
}
}
},
"requirements": [
[
"has_polished_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_bricks"
]
},
"criteria": {
"has_polished_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:polished_blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_bricks"
}
}
},
"requirements": [
[
"has_polished_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_bricks_from_blackstone_stonecutting"
]
},
"criteria": {
"has_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_bricks_from_blackstone_stonecutting"
}
}
},
"requirements": [
[
"has_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_bricks_from_polished_blackstone_stonecutting"
]
},
"criteria": {
"has_polished_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:polished_blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_bricks_from_polished_blackstone_stonecutting"
}
}
},
"requirements": [
[
"has_polished_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_from_blackstone_stonecutting"
]
},
"criteria": {
"has_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_from_blackstone_stonecutting"
}
}
},
"requirements": [
[
"has_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_slab"
]
},
"criteria": {
"has_polished_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:polished_blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_slab"
}
}
},
"requirements": [
[
"has_polished_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_slab_from_blackstone_stonecutting"
]
},
"criteria": {
"has_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_slab_from_blackstone_stonecutting"
}
}
},
"requirements": [
[
"has_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_slab_from_polished_blackstone_stonecutting"
]
},
"criteria": {
"has_polished_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:polished_blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_slab_from_polished_blackstone_stonecutting"
}
}
},
"requirements": [
[
"has_polished_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_stairs"
]
},
"criteria": {
"has_polished_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:polished_blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_stairs"
}
}
},
"requirements": [
[
"has_polished_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_stairs_from_blackstone_stonecutting"
]
},
"criteria": {
"has_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_stairs_from_blackstone_stonecutting"
}
}
},
"requirements": [
[
"has_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_stairs_from_polished_blackstone_stonecutting"
]
},
"criteria": {
"has_polished_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:polished_blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_stairs_from_polished_blackstone_stonecutting"
}
}
},
"requirements": [
[
"has_polished_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_wall"
]
},
"criteria": {
"has_polished_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:polished_blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_wall"
}
}
},
"requirements": [
[
"has_polished_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_wall_from_blackstone_stonecutting"
]
},
"criteria": {
"has_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_wall_from_blackstone_stonecutting"
}
}
},
"requirements": [
[
"has_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:polished_blackstone_wall_from_polished_blackstone_stonecutting"
]
},
"criteria": {
"has_polished_blackstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:polished_blackstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:polished_blackstone_wall_from_polished_blackstone_stonecutting"
}
}
},
"requirements": [
[
"has_polished_blackstone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:quartz_bricks"
]
},
"criteria": {
"has_quartz_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:quartz_block"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:quartz_bricks"
}
}
},
"requirements": [
[
"has_quartz_block",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:quartz_bricks_from_quartz_block_stonecutting"
]
},
"criteria": {
"has_quartz_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:quartz_block"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:quartz_bricks_from_quartz_block_stonecutting"
}
}
},
"requirements": [
[
"has_quartz_block",
"has_the_recipe"
]
]
}

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:stripped_crimson_hyphae"
]
},
"criteria": {
"has_log": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:stripped_crimson_stem"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:stripped_crimson_hyphae"
}
}
},
"requirements": [
[
"has_log",
"has_the_recipe"
]
]
}

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:stripped_warped_hyphae"
]
},
"criteria": {
"has_log": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:stripped_warped_stem"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:stripped_warped_hyphae"
}
}
},
"requirements": [
[
"has_log",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:warped_hyphae"
]
},
"criteria": {
"has_log": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:warped_stem"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:warped_hyphae"
}
}
},
"requirements": [
[
"has_log",
"has_the_recipe"
]
]
}

View File

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

View File

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

View File

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

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