Skip to content

Commit ba1d5be

Browse files
committed
Update Fabric Version
1 parent 43859e9 commit ba1d5be

4 files changed

Lines changed: 50 additions & 1 deletion

File tree

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@
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
---

src/main/resources/META-INF/neoforge.mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ license="${mod_license}"
2323
modId="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
2929
displayName="${mod_name}" #mandatory

src/main/resources/fabric.mod.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
}

src/main/resources/pack.png

9.3 KB
Loading

0 commit comments

Comments
 (0)