Tags
Creators
Details
All versions
0.3.0
Alpha
Endless Backrooms 0.3.0last month 169
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Changes
- 新增 Level2以及一首专属音乐
- 修改 Level0大部分方块的贴图与Level1的一张贴图
- 新增 Level0墙根以及马尼拉室墙壁等专属方块
- 修改 板条箱的爆率和铜锭从灯中掉落的概率 (下调,平衡)
- 修改 悲尸的贴图
- 修改 Level1地形 (添加电线束,优化)
- 修改 level1天鹰段侧灯模型
- 修改 机械方块的配方 (下调,平衡)
- 修改 原有的科技系统,把单方块改成了多方块结构,并加入了电线的连线机制,废除旧版相邻传输机制 (大改)
- 新增 电弧炉以及其铁生产线
- 修改 仪表的作用,使其用于构建多方块结构,废除原来的查看BF功能
- 修改 石子挖掘的机制,使其拥有冷却机制并扣除更多的饱食度与耐久度 (难度上调,平衡)
- 修复 悲尸无法被杏仁水攻击的问题
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:GkXKYiqu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QvKZhPq3:GkXKYiqu"
}

