Add moisture and stamina to Minecraft
This Mod adds the status of stamina and moisture to the player
このModはプレイヤーに水分とスタミナの概念を追加します
Please describe the following in build.gradle
build.gradleに以下を記述する
repositories {
maven { url 'https://shift02.github.io/maven/' }
}
dependencies {
compile 'shift.additionalstatus:additionalstatus:1.2.0:dev'
}