All versions
0.2.4
Alpha
Endless Backrooms 0.2.42 months ago 89
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Changes
- 修改 天鹰段二三层板条箱的刷新概率 (下调)
- 修改 杏仁水的堆叠上线 (从1上调至4)
- 修改 吊灯的手持贴图 (修复黑紫默认材质)
- 修改 杏仁水的饮用逻辑 (修复了红、蓝、绿杏仁水不会恢复饱食度的问题)
- 修改 挖掘机的能耗 (从每挖掘一下20改为50)
- 新增 焦炉、木炭的获取方式
- 新增 火盐(可作燃料或武器)、皇家口粮、瓶装闪电 三种后室物品 (均可在板条箱内概率获取)
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:KgcghSie"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QvKZhPq3:KgcghSie"
}

