| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- {
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "minecraft:iron_nugget_from_blasting"
- ]
- },
- "criteria": {
- "has_iron_pickaxe": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "item": "minecraft:iron_pickaxe"
- }
- ]
- }
- },
- "has_iron_shovel": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "item": "minecraft:iron_shovel"
- }
- ]
- }
- },
- "has_iron_axe": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "item": "minecraft:iron_axe"
- }
- ]
- }
- },
- "has_iron_hoe": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "item": "minecraft:iron_hoe"
- }
- ]
- }
- },
- "has_iron_sword": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "item": "minecraft:iron_sword"
- }
- ]
- }
- },
- "has_iron_helmet": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "item": "minecraft:iron_helmet"
- }
- ]
- }
- },
- "has_iron_chestplate": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "item": "minecraft:iron_chestplate"
- }
- ]
- }
- },
- "has_iron_leggings": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "item": "minecraft:iron_leggings"
- }
- ]
- }
- },
- "has_iron_boots": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "item": "minecraft:iron_boots"
- }
- ]
- }
- },
- "has_iron_horse_armor": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "item": "minecraft:iron_horse_armor"
- }
- ]
- }
- },
- "has_chainmail_helmet": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "item": "minecraft:chainmail_helmet"
- }
- ]
- }
- },
- "has_chainmail_chestplate": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "item": "minecraft:chainmail_chestplate"
- }
- ]
- }
- },
- "has_chainmail_leggings": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "item": "minecraft:chainmail_leggings"
- }
- ]
- }
- },
- "has_chainmail_boots": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "item": "minecraft:chainmail_boots"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "minecraft:iron_nugget_from_blasting"
- }
- }
- },
- "requirements": [
- [
- "has_iron_pickaxe",
- "has_iron_shovel",
- "has_iron_axe",
- "has_iron_hoe",
- "has_iron_sword",
- "has_iron_helmet",
- "has_iron_chestplate",
- "has_iron_leggings",
- "has_iron_boots",
- "has_iron_horse_armor",
- "has_chainmail_helmet",
- "has_chainmail_chestplate",
- "has_chainmail_leggings",
- "has_chainmail_boots",
- "has_the_recipe"
- ]
- ]
- }
|