generated from FabricMCCN/fabric-example-mod-cn
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aec465e
commit 1a1a57e
Showing
288 changed files
with
10,266 additions
and
0 deletions.
There are no files selected for viewing
46 changes: 46 additions & 0 deletions
46
...rated/data/mishanguc/advancements/recipes/roads/road_filled_with_white_from_painting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_paint": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "c:white_dyes" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_road_block": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"mishanguc:road_block" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "mishanguc:road_filled_with_white_from_painting" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_paint", | ||
"has_road_block" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"mishanguc:road_filled_with_white_from_painting" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
46 changes: 46 additions & 0 deletions
46
...ated/data/mishanguc/advancements/recipes/roads/road_filled_with_yellow_from_painting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_paint": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "c:yellow_dyes" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_road_block": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"mishanguc:road_block" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "mishanguc:road_filled_with_yellow_from_painting" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_paint", | ||
"has_road_block" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"mishanguc:road_filled_with_yellow_from_painting" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
46 changes: 46 additions & 0 deletions
46
.../data/mishanguc/advancements/recipes/roads/road_slab_filled_with_white_from_painting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_paint": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "c:white_dyes" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_road_slab": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"mishanguc:road_slab" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "mishanguc:road_slab_filled_with_white_from_painting" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_paint", | ||
"has_road_slab" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"mishanguc:road_slab_filled_with_white_from_painting" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
46 changes: 46 additions & 0 deletions
46
...data/mishanguc/advancements/recipes/roads/road_slab_filled_with_yellow_from_painting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_paint": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "c:yellow_dyes" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_road_slab": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"mishanguc:road_slab" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "mishanguc:road_slab_filled_with_yellow_from_painting" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_paint", | ||
"has_road_slab" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"mishanguc:road_slab_filled_with_yellow_from_painting" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
46 changes: 46 additions & 0 deletions
46
...data/mishanguc/advancements/recipes/roads/road_slab_with_w_s_y_ba_line_from_painting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_paint": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "c:yellow_dyes" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_road_slab_with_white_line": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"mishanguc:road_slab_with_white_line" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "mishanguc:road_slab_with_w_s_y_ba_line_from_painting" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_paint", | ||
"has_road_slab_with_white_line" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"mishanguc:road_slab_with_w_s_y_ba_line_from_painting" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
57 changes: 57 additions & 0 deletions
57
...mishanguc/advancements/recipes/roads/road_slab_with_w_ts_offset_y_line_from_painting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_road_slab_with_white_line": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"mishanguc:road_slab_with_white_line" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "mishanguc:road_slab_with_w_ts_offset_y_line_from_painting" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
}, | ||
"has_white_paint": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "c:white_dyes" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_yellow_paint": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "c:yellow_dyes" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_yellow_paint", | ||
"has_road_slab_with_white_line", | ||
"has_white_paint" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"mishanguc:road_slab_with_w_ts_offset_y_line_from_painting" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
57 changes: 57 additions & 0 deletions
57
...d/data/mishanguc/advancements/recipes/roads/road_slab_with_w_ts_y_line_from_painting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_road_slab_with_white_line": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"mishanguc:road_slab_with_white_line" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "mishanguc:road_slab_with_w_ts_y_line_from_painting" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
}, | ||
"has_white_paint": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "c:white_dyes" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_yellow_paint": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "c:yellow_dyes" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_yellow_paint", | ||
"has_road_slab_with_white_line", | ||
"has_white_paint" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"mishanguc:road_slab_with_w_ts_y_line_from_painting" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
Oops, something went wrong.