Links
Tags
Creators
Details
Licensed MIT
Published 9 months ago
Updated 9 months ago
All versions
1.1.1
Release
1.1.19 months ago 57
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
1.1.1
是对1.1.0的紧急修复喵 qwq
- 使用 MC-Publish 自动发布~
- 优化项目的构建脚本~
- 现在可以在客户端与服务端环境中完美运行
1.0.0里会意外出错,当时把这玩意想的太简单了(可恶)
- 现在可以在多人游戏中查看并修改游戏规则(需要拥有权限)
- 没有权限的玩家会收到权限不足的警告
- 整理并优化模组的设置屏幕,现在更方便看懂了~
Optional dependencies
Supplementary resources
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:Fkrg9mBj:jnSd5T1Q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Fkrg9mBj:jnSd5T1Q"
}




