EmberStamp
A lightweight mod to log the mods which are loaded with it. Useful for knowing if the player joined the game twice for horror games.
⬇ Download on Modrinth🔥 EmberStamp
EmberStamp is a lightweight utility library that automatically records how many times each installed mod has been launched. Every time the game starts, EmberStamp updates a simple JSON database, making it easy for developers to track first launches, returning players, progression milestones, unlock systems, tutorials, achievements, or custom events without maintaining their own tracking logic.
Perfect for horror maps and immersive experiences, EmberStamp allows mods to react differently depending on how many times they've been launched. Imagine subtle changes on a player's second playthrough, hidden events after multiple launches, or unique dialogue that only appears after repeated sessions. 👁️🕯️
The launch database is stored in:
.minecraft/config/emberstamp_mod_launches.json
Example:
{
"minecraft": 1,
"forge": 1,
"burnedconfig": 1,
"emberstamp": 1
}
✨ Features
- 🔥 Automatically counts mod launches
- 📄 Lightweight JSON database
- 🚀 Zero setup required
- 💾 Persists between game launches
- 🎮 Ideal for horror mods, story mods, progression systems, tutorials, achievements, and hidden events
- ⚡ Minimal overhead with fast startup
- 🧩 Simple API for retrieving launch counts
- 🔒 Safe, reliable, and developer-friendly
License
MIT — bnBurned. Please keep the original license and copyright notice when redistributing or modifying the project, as required by the MIT License.
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.11
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as EmberStamp-forge-1.0.0-1.21.11.jar — drop this file into the mods folder
- Download size: 5 KB
- Download link checked 7 Sept 2026 — working
These come from our own check of the pack file, not from the source page.