1 | { |
2 | "criteria": { |
3 | "requirement": { |
4 | "trigger": "minecraft:inventory_changed", |
5 | "conditions": { |
6 | "items": [ |
7 | { |
8 | "components": { |
9 | "minecraft:lock": "{components:{\"minecraft:custom_data\":{slot_craft:true}}}" |
10 | } |
11 | } |
12 | ] |
13 | } |
14 | } |
15 | }, |
16 | "rewards": { |
17 | "function": "config:item/slot_craft" |
18 | } |
19 | } |