We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c90f19 commit ecf8dc3Copy full SHA for ecf8dc3
2 files changed
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Extended Recipe
2
3
-## Latest 1.0.0-alpha.1
+---
4
+## Latest 1.0.0-alpha.2
5
+### 新增
6
+- 无
7
+
8
+### 修复
9
+- 模组的配方无法加载
10
11
+### 调整
12
13
14
15
+## 1.0.0-alpha.1
16
### 新增
17
- 无
18
gradle.properties
@@ -34,7 +34,7 @@ mod_name=Extended Recipe
34
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
35
mod_license=MIT
36
# The mod version. See https://semver.org/
37
-mod_version=1.0.0-alpha.1
+mod_version=1.0.0-alpha.2
38
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
39
# This should match the base package used for the mod sources.
40
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
0 commit comments