feat: update
This commit is contained in:
13
README.md
Normal file
13
README.md
Normal 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>
|
||||||
@@ -19,6 +19,7 @@ dependencies {
|
|||||||
|
|
||||||
// Fabric API. This is technically optional, but you probably want it anyway.
|
// 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-api:fabric-api:${project.fabric_version}"
|
||||||
|
modImplementation("net.fabricmc:fabric-language-kotlin:${project.fbktVer}")
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
|
|||||||
Reference in New Issue
Block a user