-
Notifications
You must be signed in to change notification settings - Fork 0
Downloading and Installing
This page explains how to download and install Observable - Remake on a NeoForge server, in single-player, or optionally on a Minecraft client.
Important
Observable - Remake is made for Minecraft 26.1.2, NeoForge 26.1.2.74 or newer compatible 26.1.2 builds, and Java 25.
Official release files are available only on CurseForge:
GitHub is used only for:
- Source code
- Wiki documentation
- Issue tracking
- Development history
Compiled release JAR files should not be downloaded from GitHub.
Only download files published by Bomberbude.de on the official CurseForge project page.
The release file is named similar to:
Observable-Remake-V1.0-NeoForge-26.1.2.74.jar
Do not extract or rename the JAR file.
| Component | Required version |
|---|---|
| Minecraft | 26.1.2 |
| Mod loader | NeoForge |
| NeoForge | 26.1.2.74 or newer compatible 26.1.2 build |
| Java | Java 25, 64-bit |
| Applied Energistics 2 | Optional |
Applied Energistics 2 is not required. AE2 profiling support is enabled automatically when AE2 is installed.
Installing Observable - Remake on a server is simple: place the downloaded JAR file inside the server's mods folder.
-
Download Observable - Remake from the official CurseForge page.
-
Stop the Minecraft server completely.
-
Open the server directory.
-
Open the following folder:
mods -
Copy the downloaded JAR file into the
modsfolder.
The server directory should look similar to this:
minecraft-server/
├── mods/
│ └── Observable-Remake-V1.0-NeoForge-26.1.2.74.jar
├── config/
├── libraries/
├── run.bat
├── run.sh
└── server.properties
- Start the server with Java 25.
- Check the server console or
logs/latest.logfor startup errors.
That is all that is required for the server-side installation.
Note
Do not place the JAR inside a subfolder within mods. It must be placed directly inside the server's mods folder.
Observable - Remake can be installed only on the dedicated server.
Players without the mod installed may still join the server and play normally.
Server-side features include:
- Server tick profiling
- Entity analysis
- Block-entity analysis
- Chunk hotspot detection
- Aggregated profiling results
- Execution trace collection
- Automatic profile uploads
- Shareable analysis links
Installing Observable - Remake on the client is optional.
Client installation is recommended for administrators who want to use:
- The in-game profiling interface
- The in-world performance overlay
- Entity hotspot markers
- Block-entity hotspot markers
- Timing labels
- Visual profiling results
To install the mod on a client:
- Install NeoForge for Minecraft 26.1.2.
- Close Minecraft completely.
- Open the Minecraft installation directory.
- Open the
modsfolder. - Copy the Observable - Remake JAR into the folder.
- Start Minecraft using the NeoForge profile.
When the mod is installed on both the server and client, both sides should use the same Observable - Remake version.
For single-player worlds:
- Install NeoForge for Minecraft 26.1.2.
- Download Observable - Remake from CurseForge.
- Place the downloaded JAR inside the client's
modsfolder. - Start Minecraft with the NeoForge profile.
- Open or create a world.
Observable - Remake can then profile the integrated server used by the single-player world.
Applied Energistics 2 support is optional and requires no additional configuration.
When AE2 is installed, Observable - Remake can profile grid activity and components such as:
- Storage Buses
- Import Buses
- Export Buses
- Interfaces
- Pattern Providers
- ME network devices
- Other AE2 grid-tick operations
When AE2 is not installed, Observable - Remake continues to work normally without AE2-specific profiling information.
Completed profiles are uploaded automatically to the Bomberbude.de profile viewer:
Open the Observable - Remake Profile Viewer
After a successful profiling session, the mod returns a shareable link in Minecraft chat:
https://obs.bombersbude.de/p/PROFILE-ID
The upload endpoint is already included in the official mod release.
No manual uploadURL configuration is required.
After starting the server, check the following:
-
The server starts without a mod-loading error.
-
Observable - Remake appears in the server log.
-
The following command is available:
/observable -
A profiling session can be started by an authorized player or server operator.
Example:
/observable run 60
This starts a 60-second profiling session.
To update Observable - Remake:
- Stop the server completely.
- Open the server's
modsfolder. - Delete the old Observable - Remake JAR.
- Copy the new JAR into the
modsfolder. - Make sure only one Observable - Remake version is installed.
- Start the server again.
Do not keep multiple versions of the mod in the same mods folder.
Check that:
- Minecraft is version 26.1.2.
- NeoForge is version 26.1.2.74 or newer within the compatible 26.1.2 line.
- The server uses Java 25.
- The JAR was not extracted.
- Only one Observable - Remake JAR is installed.
- The file is located directly inside the
modsfolder.
The graphical interface and in-world overlay require Observable - Remake to be installed on the client.
Server-side commands and profiling can still work without client installation.
Confirm that Applied Energistics 2 is installed on the server and is compatible with the installed Minecraft and NeoForge versions.
Check that the server can make outbound HTTPS connections and that the profile service is reachable:
- Download on CurseForge
- Source Code on GitHub
- Project Wiki
- Issue Tracker
- Profile Viewer
- Bomberbude.de
Observable - Remake is an independently maintained NeoForge remake based on the original Observable project by tasgon and contributors.
Observable - Remake and its covered source-code modifications are distributed under the Mozilla Public License 2.0.
Remake modifications Copyright © 2026 Bomberbude.de.