Tags
Creators
Details
All versions
0.2.6
Alpha
Endless Backrooms 0.2.63 months ago 55
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Changes
- 修改 level0墙皮、湿木纤维、粗木纤维、木纤维的贴图
- 修复 笑魇的生成机制、闲逛机制和追踪范围太大的问题
- 修改 皇家口粮贴图机制(新增完整和不完整区分),以及戒断反应的贴图
- 修复 焦炉无法正常在生存模式下挖掘的问题
- 修复 电池、皇家口粮能附魔经验修补、耐久的行为错误,以及电池二合一修复耐久的行为错误
- 新增 M.E.G.组织及其基地
- 新增 实体:悲尸
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:QvKZhPq3:dRyLH0SB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QvKZhPq3:dRyLH0SB"
}

