File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55各种不同的配方!马铠配方、命名牌配方、不死图腾配方、附魔金苹果配方...(还有更多!)你应该下载它!
66
7+ ## Q & A
8+ Q: Extra Recipe 的手册呢?
9+
10+ A: 暂时没有添加。
11+
12+ Q: 我应该如何反馈 Bug?
13+
14+ A: 请在 Github 提出一个 [ Issue] ( https://github.com/Boruto-code/Extended-Recipe/issues ) 。
15+
16+ ## 配方请求
17+ 添加配方请在 Github 提出一个 [ Issue] ( https://github.com/Boruto-code/Extended-Recipe/issues ) ,或向我的 [ Bilibili 主页] ( https://space.bilibili.com/35040892 ) 私信。
18+
19+ ### 格式
20+
21+ #### 有序合成
22+
23+ A:金块 B:苹果
24+
25+ "AAA"
26+
27+ "ABA"
28+
29+ "AAA"
30+
31+ #### 其它配方
32+
33+ 8 x 金块 + 1 x 苹果 = 1 x 金苹果
34+
35+
736祝你玩得开心~
837
938---
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ license="${mod_license}"
2323modId =" extendedrecipe" # mandatory
2424
2525# The version number of the mod
26- version =" 1.0.0" # mandatory
26+ version =" 1.0.0-alpha.2 " # mandatory
2727
2828# A display name for the mod
2929displayName =" ${mod_name}" # mandatory
Original file line number Diff line number Diff line change 1+ {
2+ "schemaVersion" : 1 ,
3+ "id" : " extendedrecipe" ,
4+ "version" : " 1.0.0-alpha.2" ,
5+ "name" : " Extended Recipe" ,
6+ "description" : " Extended Recipes." ,
7+ "authors" : [
8+ " Hamburger0abcde"
9+ ],
10+ "contact" :{
11+ "sources" :" https://github.com/Boruto-code/Extended-Recipe" ,
12+ "issues" :" https://github.com/Boruto-code/Extended-Recipe/issues"
13+ },
14+ "license" :" MIT" ,
15+ "icon" :" pack.png" ,
16+ "environment" :" *" ,
17+ "depends" :{
18+ "fabric-resource-loader-v0" :" *"
19+ }
20+ }
You can’t perform that action at this time.
0 commit comments