Links
Tags
Creators
Details
1.0.7-b+1.20.1
Compatibility
Required content
Changes
Version 1.0.7a has been updated, and some features have been ported to version 1.20.1. The details are as follows: The tagging function is available. Blacklist and whitelist functions are available Fluid/gas available Known problem When labeling fluids/gases, glass bottles/fluid containers may appear (this does not affect actual use). 更新了1.0.7a版本,移植了部分功能到1.20.1,内容如下 标记功能可用 黑白名单功能可用 流体/气体可用 已知问题 标记流体/气体时会出现玻璃瓶/流体桶等情况(不影响实际使用)
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:4EJjeNTh:ODoUzPzw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4EJjeNTh:ODoUzPzw"
}


