diff --git a/README.md b/README.md new file mode 100644 index 0000000..2391fa9 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# RMineCounter + +
+

在游戏中添加统计信息来统计玩家挖掘数据, 可以借助计分板显示出数据

+ + + +
+ +GitHub +GitHub Workflow Status +Kotlin Version +
\ No newline at end of file diff --git a/build.gradle b/build.gradle index ec1a0eb..e4f1034 100644 --- a/build.gradle +++ b/build.gradle @@ -19,6 +19,7 @@ dependencies { // Fabric API. This is technically optional, but you probably want it anyway. modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" + modImplementation("net.fabricmc:fabric-language-kotlin:${project.fbktVer}") } processResources {