All versions
1.5.14
Release
1.5.14yesterday 40
Compatibility
Minecraft: Java Edition
26.3
Platform
Fabric
Supported environments
Server-side
Client and server
Required content
Any compatible version
Any compatible version
Changes
Carpet FGA Addition 1.5.14
修复与兼容性
- 修复 FGA 玩家完整名称同步影响外部计分板 Team 数据包的问题,兼容 MCDR
!!zgm set前缀和假人标签的即时刷新 - 修复
fullShulkerBoxCrafting在集成服务器中关闭后仍可合成的问题 - 修复潜影盒合成数量计算错误,避免活塞等配方一次错误产出多盒物品
- 给/food clear 功能增加单独开关选项foodCommandPermission
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:Nfhbipsz:dtCsPQ4F"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Nfhbipsz:dtCsPQ4F"
}

