Tags
Creators
Details
Licensed MIT
Created 4 years ago
Updated 2 weeks ago
All versions
2.0.1-26.2
Release
2.0.1 (26.2)2 weeks ago 1,264
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
New content
- Added CRT TV! Power it with redstone, and watch it!
- Added toggleable in-game VHS effect when holding Camcorder (requires powerful computer!)
- Added 2 new Level 0 rooms
- Added items in the Level 0 chests
Modifications
- All modded blocks now have a drop (except for CRT TV)
- Nameplates are now hidden in Level 0
- Traveling from Level 0 to the Overworld now brings you back to your spawn point (otherwise the world spawn point)
Bug fixes
- Fixed bug where server wouldn't start #35
- Fixed issue where grass Fake Block had no biome tinting
Removals
- Removed Minecraft's "Experimental Worlds" prompt when loading a world
Full Changelog: https://github.com/V-Fast/BackroomsMod/compare/v2.0.0...v2.0.1
Note
- Follow the mod's progress on YouTube by watching the coding streams!
- Get sneakpeeks on the V-Fast Discord server.
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:83vrcdt0:uxZoMwcJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:83vrcdt0:uxZoMwcJ"
}

