Tags
Creators
Details
All versions
0.3.4
Alpha
Endless Backrooms 0.3.42 days ago 20
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Changes
- 新增 闪烁结束时敌对生物逃逸时若卡死则扣血的机制
- 新增 简易床垫及重生功能
- 新增 木板转换为粗木纤维的配方
- 修改 旱虾Scit的生成范围,扩充至Level0
- 修改 旱虾Scit的生成频率 (下调一倍)
- 新增 旱虾Scit的分裂繁殖机制以及吸引机制(以湿木纤维为食,被湿木纤维吸引)
- 修复 笑魇Smiler寻路时误判自身体型的问题
- 新增 所有敌对实体的挖掘功能(/gamerule mobGriefing false可关闭)
- 新增 控制面板 (可开关的电线束)
- 修改 湿木纤维转换至木纤维的方式,改为置于地面等待一段时间转换
- 新增 Level1蘑菇生成
- 新增 机器:真菌培养皿
- 新增 真菌培养液、营养促生液、促生培养毯、真菌附着木及简易农牧业玩法
- 修复 瓶装闪电方块形态下内部呈黑色的渲染问题
- 修复 旱虾Scit动画播放速度的问题
- 修复 部分机器工作状态错误显示的问题
- 修改 部分食物的数值 (平衡)
- 修复 旱虾Scit在L1刷新过于随意的问题
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:YRIOKmwl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QvKZhPq3:YRIOKmwl"
}

