-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from whwdzg/Develop-1.6.0
Develop 1.6.0
- Loading branch information
Showing
105 changed files
with
2,253 additions
and
456 deletions.
There are no files selected for viewing
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,48 @@ | ||
{ | ||
"criteria": { | ||
"bricks_decomposition": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "whw_recipe:brick", | ||
"ingredients": [ | ||
{ | ||
"items": "minecraft:bricks" | ||
} | ||
] | ||
} | ||
}, | ||
"nether_bricks_decomposition": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "whw_recipe:nether_brick", | ||
"ingredients": [ | ||
{ | ||
"items": "minecraft:nether_bricks" | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"display": { | ||
"icon": { | ||
"id": "minecraft:brick" | ||
}, | ||
"title": { | ||
"translate": "打破砖墙" | ||
}, | ||
"description": { | ||
"translate": "拆东墙,补西墙" | ||
}, | ||
"frame": "task", | ||
"announce_to_chat": true, | ||
"hidden": false, | ||
"show_toast": true | ||
}, | ||
"parent": "whw_recipe:it_should_have_be", | ||
"requirements": [ | ||
["bricks_decomposition","nether_bricks_decomposition"] | ||
], | ||
"rewards": { | ||
"experience": 10 | ||
} | ||
} |
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,37 @@ | ||
{ | ||
"criteria": { | ||
"clay": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "whw_recipe:clay", | ||
"ingredients": [ | ||
{ | ||
"items": "minecraft:mud" | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"display": { | ||
"icon": { | ||
"id": "minecraft:clay" | ||
}, | ||
"title": { | ||
"translate": "水的蒸发" | ||
}, | ||
"description": { | ||
"translate": "水多了,蒸发点" | ||
}, | ||
"frame": "task", | ||
"announce_to_chat": true, | ||
"hidden": false, | ||
"show_toast": true | ||
}, | ||
"parent": "whw_recipe:mud", | ||
"requirements": [ | ||
["clay"] | ||
], | ||
"rewards": { | ||
"experience": 10 | ||
} | ||
} |
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,37 @@ | ||
{ | ||
"criteria": { | ||
"cobweb": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "whw_recipe:cobweb", | ||
"ingredients": [ | ||
{ | ||
"items": ["minecraft:string","minecraft:slime_ball"] | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"display": { | ||
"icon": { | ||
"id": "minecraft:cobweb" | ||
}, | ||
"title": { | ||
"translate": "黏线织网" | ||
}, | ||
"description": { | ||
"translate": "网线具有黏性,使人难以逃脱" | ||
}, | ||
"frame": "task", | ||
"announce_to_chat": true, | ||
"hidden": false, | ||
"show_toast": true | ||
}, | ||
"parent": "whw_recipe:string", | ||
"requirements": [ | ||
["cobweb"] | ||
], | ||
"rewards": { | ||
"experience": 10 | ||
} | ||
} |
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,48 @@ | ||
{ | ||
"criteria": { | ||
"cobblestone": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "whw_recipe:cobblestone", | ||
"ingredients": [ | ||
{ | ||
"items": "minecraft:stone" | ||
} | ||
] | ||
} | ||
}, | ||
"cobbled_deepslate": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "whw_recipe:cobbled_deepslate", | ||
"ingredients": [ | ||
{ | ||
"items": "minecraft:deepslate" | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"display": { | ||
"icon": { | ||
"id": "minecraft:cobblestone" | ||
}, | ||
"title": { | ||
"translate": "加工圆石" | ||
}, | ||
"description": { | ||
"translate": "使用切石机将石头快速加工为圆石" | ||
}, | ||
"frame": "task", | ||
"announce_to_chat": true, | ||
"hidden": false, | ||
"show_toast": true | ||
}, | ||
"parent": "whw_recipe:grine_to_gravel", | ||
"requirements": [ | ||
["cobblestone","cobbled_deepslate"] | ||
], | ||
"rewards": { | ||
"experience": 10 | ||
} | ||
} |
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,213 @@ | ||
{ | ||
"criteria": { | ||
"glass_pane": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "whw_recipe:glass_pane", | ||
"ingredients": [ | ||
{ | ||
"items": "minecraft:glass" | ||
} | ||
] | ||
} | ||
}, | ||
"black_stained_glass_pane": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "whw_recipe:black_stained_glass_pane", | ||
"ingredients": [ | ||
{ | ||
"items": "minecraft:black_stained_glass" | ||
} | ||
] | ||
} | ||
}, | ||
"blue_stained_glass_pane": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "whw_recipe:blue_stained_glass_pane", | ||
"ingredients": [ | ||
{ | ||
"items": "minecraft:blue_stained_glass" | ||
} | ||
] | ||
} | ||
}, | ||
"brown_stained_glass_pane": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "whw_recipe:brown_stained_glass_pane", | ||
"ingredients": [ | ||
{ | ||
"items": "minecraft:brown_stained_glass" | ||
} | ||
] | ||
} | ||
}, | ||
"cyan_stained_glass_pane": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "whw_recipe:cyan_stained_glass_pane", | ||
"ingredients": [ | ||
{ | ||
"items": "minecraft:cyan_stained_glass" | ||
} | ||
] | ||
} | ||
}, | ||
"gray_stained_glass_pane": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "whw_recipe:gray_stained_glass_pane", | ||
"ingredients": [ | ||
{ | ||
"items": "minecraft:gray_stained_glass" | ||
} | ||
] | ||
} | ||
}, | ||
"green_stained_glass_pane": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "whw_recipe:green_stained_glass_pane", | ||
"ingredients": [ | ||
{ | ||
"items": "minecraft:green_stained_glass" | ||
} | ||
] | ||
} | ||
}, | ||
"light_blue_stained_glass_pane": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "whw_recipe:light_blue_stained_glass_pane", | ||
"ingredients": [ | ||
{ | ||
"items": "minecraft:light_blue_stained_glass" | ||
} | ||
] | ||
} | ||
}, | ||
"light_gray_stained_glass_pane": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "whw_recipe:light_gray_stained_glass_pane", | ||
"ingredients": [ | ||
{ | ||
"items": "minecraft:light_gray_stained_glass" | ||
} | ||
] | ||
} | ||
}, | ||
"lime_stained_glass_pane": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "whw_recipe:lime_stained_glass_pane", | ||
"ingredients": [ | ||
{ | ||
"items": "minecraft:lime_stained_glass" | ||
} | ||
] | ||
} | ||
}, | ||
"magenta_stained_glass_pane": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "whw_recipe:magenta_stained_glass_pane", | ||
"ingredients": [ | ||
{ | ||
"items": "minecraft:magenta_stained_glass" | ||
} | ||
] | ||
} | ||
}, | ||
"orange_stained_glass_pane": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "whw_recipe:orange_stained_glass_pane", | ||
"ingredients": [ | ||
{ | ||
"items": "minecraft:orange_stained_glass" | ||
} | ||
] | ||
} | ||
}, | ||
"pink_stained_glass_pane": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "whw_recipe:pink_stained_glass_pane", | ||
"ingredients": [ | ||
{ | ||
"items": "minecraft:pink_stained_glass" | ||
} | ||
] | ||
} | ||
}, | ||
"purple_stained_glass_pane": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "whw_recipe:purple_stained_glass_pane", | ||
"ingredients": [ | ||
{ | ||
"items": "minecraft:purple_stained_glass" | ||
} | ||
] | ||
} | ||
}, | ||
"red_stained_glass_pane": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "whw_recipe:red_stained_glass_pane", | ||
"ingredients": [ | ||
{ | ||
"items": "minecraft:red_stained_glass" | ||
} | ||
] | ||
} | ||
}, | ||
"white_stained_glass_pane": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "whw_recipe:white_stained_glass_pane", | ||
"ingredients": [ | ||
{ | ||
"items": "minecraft:white_stained_glass" | ||
} | ||
] | ||
} | ||
}, | ||
"yellow_stained_glass_pane": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "whw_recipe:yellow_stained_glass_pane", | ||
"ingredients": [ | ||
{ | ||
"items": "minecraft:yellow_stained_glass" | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"display": { | ||
"icon": { | ||
"id": "minecraft:glass_pane" | ||
}, | ||
"title": { | ||
"translate": "玻璃切片" | ||
}, | ||
"description": { | ||
"translate": "使用切石机将玻璃加工为玻璃板" | ||
}, | ||
"frame": "task", | ||
"announce_to_chat": true, | ||
"hidden": false, | ||
"show_toast": true | ||
}, | ||
"parent": "whw_recipe:grine_to_gravel", | ||
"requirements": [ | ||
["glass_pane","black_stained_glass_pane","blue_stained_glass_pane","brown_stained_glass_pane","cyan_stained_glass_pane","gray_stained_glass_pane","green_stained_glass_pane","light_blue_stained_glass_pane","light_gray_stained_glass_pane","lime_stained_glass_pane","magenta_stained_glass_pane","orange_stained_glass_pane","pink_stained_glass_pane","purple_stained_glass_pane","red_stained_glass_pane","white_stained_glass_pane","yellow_stained_glass_pane"] | ||
], | ||
"rewards": { | ||
"experience": 10 | ||
} | ||
} |
Oops, something went wrong.