TLDR: Vanilla-Backrooms is a server-side only Backrooms mod based on Polymer, made with info from the Backrooms Wiki.
Ever wanted to put your friends in the backrooms, but it would be way too suspicious to make them download a mod?
Well then this mod is the solution off your problem!
This mod, which only has to be installed on the server, will bring them to the backrooms without them having to download a mod. They won't even know what happened when they suddenly clip out of reality!
- Level-0: Tutorial Level
- Level-1: Habitable Zone
- Level-2: Abandoned Utility Halls
- Level-3: Electrical Station
- Level-4: Abandoned Office
- Level-5: Terror Hotel
More Levels are in development!
More Objects are in development!
Modrinth(maybe someday)CurseForge(maybe someday)- GitHub Releases
- GitHub Actions (refer to the Section Below)
- Building it from Source (refer to the Section Below)
- Navigate to the Latest (topmost) successfully ran (green check) Action
- Click on that bad boy
- On the bottom right there should be a button for downloading the Artifact (you may need to scroll down)
- If you unzip the File you should now have a working version of the mod (you don't want the file that ends in "-sources.jar")
Building it from source should be unnecessary as you can download a jar of the latest commit from GitHub Actions
- Make sure you have JDK-21 and git installed
- Open PowerShell (or Bash if you are using Linux)
- Navigate to the Directory you wish to copy the Sources to
cd $HOME/Downloads/- Download the Sources
git clone https://github.com/fawnoculus/Vanilla-Backrooms- enter the sources directory
cd Vanilla-Backrooms- build the Mod
./gradlew buildIf the Command Returns with saying BUILD SUCCESSFUL then you should be able to find the mod file at "Downloads/Vanilla-Backrooms/build/libs/Vanilla-Backrooms-VERSION.jar"
This software is licensed under the GNU Public License version 3.0 In short: This software is free, you may run the software freely, create modified versions,
distribute this software and distribute modified versions, as long as the modified software too has a free software license. The full license can be found in the LICENSE.txt file.

