HomeJavaModsEmberStamp
ModsJava

EmberStamp

by bnBurned · on Modrinth

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

License

MIT — bnBurned. Please keep the original license and copyright notice when redistributing or modifying the project, as required by the MIT License.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more