feat: update

This commit is contained in:
RTAkland
2023-08-16 16:58:58 +08:00
parent 2d73a88f16
commit e900689cb9
2 changed files with 14 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# RMineCounter
<div style="text-align: center">
<p>在游戏中添加统计信息来统计玩家挖掘数据, 可以借助计分板显示出数据</p>
<img src="https://static-flax.vercel.app/static/kotlin/made-with-kotlin.svg">
<br>
<img alt="GitHub" src="https://img.shields.io/github/license/DangoTown/RMC?logo=apache">
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/DangoTown/RMC/ci.yml">
<img alt="Kotlin Version" src="https://img.shields.io/badge/Kotlin-1.8.22-pink?logo=kotlin">
</div>

View File

@@ -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 {