File tree Expand file tree Collapse file tree 2 files changed +55
-0
lines changed
advancements/recipes/tools Expand file tree Collapse file tree 2 files changed +55
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "parent" : " minecraft:recipes/root" ,
3+ "criteria" : {
4+ "has_string" : {
5+ "conditions" : {
6+ "items" : [
7+ {
8+ "items" : [
9+ " minecraft:string"
10+ ]
11+ }
12+ ]
13+ },
14+ "trigger" : " minecraft:inventory_changed"
15+ },
16+ "has_the_recipe" : {
17+ "conditions" : {
18+ "recipe" : " minecraft:bundle"
19+ },
20+ "trigger" : " minecraft:recipe_unlocked"
21+ }
22+ },
23+ "requirements" : [
24+ [
25+ " has_string" ,
26+ " has_the_recipe"
27+ ]
28+ ],
29+ "rewards" : {
30+ "recipes" : [
31+ " minecraft:bundle"
32+ ]
33+ },
34+ "sends_telemetry_event" : false
35+ }
Original file line number Diff line number Diff line change 1+ {
2+ "type" : " minecraft:crafting_shaped" ,
3+ "category" : " equipment" ,
4+ "key" : {
5+ "#" : {
6+ "item" : " minecraft:leather"
7+ },
8+ "-" : {
9+ "item" : " minecraft:string"
10+ }
11+ },
12+ "pattern" : [
13+ " -" ,
14+ " #"
15+ ],
16+ "result" : {
17+ "item" : " minecraft:bundle"
18+ },
19+ "show_notification" : true
20+ }
You can’t perform that action at this time.
0 commit comments