All versions
Mod_v2
Release
GostMod_v24 days ago 15
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Forge
Supported environments
Client and server
Changes
点击看中文
- 如果你不知道怎么玩可以在游戏中输入/gost book指令获得指南
- /gost English指令可以切换模组的语言[中文<—>英文]
- 修复了游戏对局中掉饥饿值的问题:对局中按住“shift”蹲下每秒恢复1饱食度
- 插件版本的v2.3.2版本也针对此进行了更新,模组跟v1版本玩法一致
- If you don't know how to play, you can type the [/gost book] command in the game to get a guide.
- The [/gost English] command can switch the mod's language [Chinese <—> English].
- Fixed the issue of hunger decreasing during matches: holding “shift” to crouch will restore 1 hunger point per second.
- The plugin version v2.3.2 also includes this update.Gostmod_v2 plays the same way as the v1 version
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:SKYebqyY:LXeq8xkK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SKYebqyY:LXeq8xkK"
}

