File tree Expand file tree Collapse file tree
generated/resources/data/minecraft
advancements/recipes/misc
main/java/committee/nova/mods/avaritia/init/data/provider Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "parent" : " minecraft:recipes/root" ,
3+ "criteria" : {
4+ "has_item" : {
5+ "conditions" : {
6+ "items" : [
7+ {
8+ "items" : [
9+ " minecraft:pitcher_plant"
10+ ]
11+ }
12+ ]
13+ },
14+ "trigger" : " minecraft:inventory_changed"
15+ },
16+ "has_the_recipe" : {
17+ "conditions" : {
18+ "recipe" : " minecraft:pitcher_pod"
19+ },
20+ "trigger" : " minecraft:recipe_unlocked"
21+ }
22+ },
23+ "requirements" : [
24+ [
25+ " has_item" ,
26+ " has_the_recipe"
27+ ]
28+ ],
29+ "rewards" : {
30+ "recipes" : [
31+ " minecraft:pitcher_pod"
32+ ]
33+ },
34+ "sends_telemetry_event" : true
35+ }
Original file line number Diff line number Diff line change 1+ {
2+ "parent" : " minecraft:recipes/root" ,
3+ "criteria" : {
4+ "has_item" : {
5+ "conditions" : {
6+ "items" : [
7+ {
8+ "items" : [
9+ " minecraft:echo_shard"
10+ ]
11+ }
12+ ]
13+ },
14+ "trigger" : " minecraft:inventory_changed"
15+ },
16+ "has_the_recipe" : {
17+ "conditions" : {
18+ "recipe" : " minecraft:sculk"
19+ },
20+ "trigger" : " minecraft:recipe_unlocked"
21+ }
22+ },
23+ "requirements" : [
24+ [
25+ " has_item" ,
26+ " has_the_recipe"
27+ ]
28+ ],
29+ "rewards" : {
30+ "recipes" : [
31+ " minecraft:sculk"
32+ ]
33+ },
34+ "sends_telemetry_event" : true
35+ }
Original file line number Diff line number Diff line change 1+ {
2+ "parent" : " minecraft:recipes/root" ,
3+ "criteria" : {
4+ "has_item" : {
5+ "conditions" : {
6+ "items" : [
7+ {
8+ "items" : [
9+ " minecraft:sculk"
10+ ]
11+ }
12+ ]
13+ },
14+ "trigger" : " minecraft:inventory_changed"
15+ },
16+ "has_the_recipe" : {
17+ "conditions" : {
18+ "recipe" : " minecraft:sculk_catalyst"
19+ },
20+ "trigger" : " minecraft:recipe_unlocked"
21+ }
22+ },
23+ "requirements" : [
24+ [
25+ " has_item" ,
26+ " has_the_recipe"
27+ ]
28+ ],
29+ "rewards" : {
30+ "recipes" : [
31+ " minecraft:sculk_catalyst"
32+ ]
33+ },
34+ "sends_telemetry_event" : true
35+ }
Original file line number Diff line number Diff line change 1+ {
2+ "parent" : " minecraft:recipes/root" ,
3+ "criteria" : {
4+ "has_item" : {
5+ "conditions" : {
6+ "items" : [
7+ {
8+ "items" : [
9+ " minecraft:echo_shard"
10+ ]
11+ }
12+ ]
13+ },
14+ "trigger" : " minecraft:inventory_changed"
15+ },
16+ "has_the_recipe" : {
17+ "conditions" : {
18+ "recipe" : " minecraft:sculk_sensor"
19+ },
20+ "trigger" : " minecraft:recipe_unlocked"
21+ }
22+ },
23+ "requirements" : [
24+ [
25+ " has_item" ,
26+ " has_the_recipe"
27+ ]
28+ ],
29+ "rewards" : {
30+ "recipes" : [
31+ " minecraft:sculk_sensor"
32+ ]
33+ },
34+ "sends_telemetry_event" : true
35+ }
Original file line number Diff line number Diff line change 1+ {
2+ "parent" : " minecraft:recipes/root" ,
3+ "criteria" : {
4+ "has_item" : {
5+ "conditions" : {
6+ "items" : [
7+ {
8+ "items" : [
9+ " minecraft:sculk_sensor"
10+ ]
11+ }
12+ ]
13+ },
14+ "trigger" : " minecraft:inventory_changed"
15+ },
16+ "has_the_recipe" : {
17+ "conditions" : {
18+ "recipe" : " minecraft:sculk_shrieker"
19+ },
20+ "trigger" : " minecraft:recipe_unlocked"
21+ }
22+ },
23+ "requirements" : [
24+ [
25+ " has_item" ,
26+ " has_the_recipe"
27+ ]
28+ ],
29+ "rewards" : {
30+ "recipes" : [
31+ " minecraft:sculk_shrieker"
32+ ]
33+ },
34+ "sends_telemetry_event" : true
35+ }
Original file line number Diff line number Diff line change 1+ {
2+ "parent" : " minecraft:recipes/root" ,
3+ "criteria" : {
4+ "has_item" : {
5+ "conditions" : {
6+ "items" : [
7+ {
8+ "items" : [
9+ " minecraft:egg"
10+ ]
11+ }
12+ ]
13+ },
14+ "trigger" : " minecraft:inventory_changed"
15+ },
16+ "has_the_recipe" : {
17+ "conditions" : {
18+ "recipe" : " minecraft:sniffer_egg"
19+ },
20+ "trigger" : " minecraft:recipe_unlocked"
21+ }
22+ },
23+ "requirements" : [
24+ [
25+ " has_item" ,
26+ " has_the_recipe"
27+ ]
28+ ],
29+ "rewards" : {
30+ "recipes" : [
31+ " minecraft:sniffer_egg"
32+ ]
33+ },
34+ "sends_telemetry_event" : true
35+ }
Original file line number Diff line number Diff line change 1+ {
2+ "parent" : " minecraft:recipes/root" ,
3+ "criteria" : {
4+ "has_item" : {
5+ "conditions" : {
6+ "items" : [
7+ {
8+ "items" : [
9+ " minecraft:torchflower"
10+ ]
11+ }
12+ ]
13+ },
14+ "trigger" : " minecraft:inventory_changed"
15+ },
16+ "has_the_recipe" : {
17+ "conditions" : {
18+ "recipe" : " minecraft:torchflower_seeds"
19+ },
20+ "trigger" : " minecraft:recipe_unlocked"
21+ }
22+ },
23+ "requirements" : [
24+ [
25+ " has_item" ,
26+ " has_the_recipe"
27+ ]
28+ ],
29+ "rewards" : {
30+ "recipes" : [
31+ " minecraft:torchflower_seeds"
32+ ]
33+ },
34+ "sends_telemetry_event" : true
35+ }
Original file line number Diff line number Diff line change 1+ {
2+ "type" : " avaritia:shapeless_table" ,
3+ "category" : " misc" ,
4+ "ingredients" : [
5+ {
6+ "item" : " minecraft:pitcher_plant"
7+ }
8+ ],
9+ "result" : {
10+ "count" : 2 ,
11+ "item" : " minecraft:pitcher_pod"
12+ },
13+ "tier" : 1
14+ }
Original file line number Diff line number Diff line change 1+ {
2+ "type" : " avaritia:shaped_table" ,
3+ "category" : " misc" ,
4+ "key" : {
5+ "a" : {
6+ "item" : " minecraft:echo_shard"
7+ }
8+ },
9+ "pattern" : [
10+ " aa" ,
11+ " aa"
12+ ],
13+ "result" : {
14+ "item" : " minecraft:sculk"
15+ },
16+ "show_notification" : true ,
17+ "tier" : 1
18+ }
Original file line number Diff line number Diff line change 1+ {
2+ "type" : " avaritia:shaped_table" ,
3+ "category" : " misc" ,
4+ "key" : {
5+ "b" : {
6+ "item" : " minecraft:sculk"
7+ },
8+ "c" : {
9+ "item" : " minecraft:bone_block"
10+ }
11+ },
12+ "pattern" : [
13+ " b" ,
14+ " c"
15+ ],
16+ "result" : {
17+ "item" : " minecraft:sculk_catalyst"
18+ },
19+ "show_notification" : true ,
20+ "tier" : 1
21+ }
You can’t perform that action at this time.
0 commit comments