Ther is still a mod (TISAM)

Quick rating

Ther is still a mod (TISAM)

No reviews yet

TISAM helps modpack authors remind players about optional mods through official download channels only.

API/Library
Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Optional

About

Project Details

Type
Mod
License
Apache License 2.0
Latest Version
1.0.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

TISAM — There Is Still A Mod

A gentle nudge, not a hard shove. — TISAM helps modpack authors remind players about optional mods through official download channels only.


✨ Introduction

TISAM is a lightweight, compliance-friendly mod recommender for NeoForge 1.21.1 modpacks. On every launch, it scans the player's mods folder, compares the installed jars against a configured list of optional mods, and — when something is missing — opens a small, non-intrusive dialog on the title screen pointing the player to the official download page.

TISAM links out to mod authors' original release pages on Modrinth, CurseForge, or GitHub. The player can browse the missing list, view per-mod install instructions, or permanently dismiss the prompt with a 5-second confirmation cooldown.

Built for modpack authors who want a discoverability layer that respects both licensing and player agency.


📖 Mod Details

🎯 What It Does

On every game launch, TISAM:

  1. Scans .minecraft/mods/ and matches jar filenames against your modules.json id list.
  2. Computes the missing set — the recommended mods the player hasn't installed yet.
  3. Decides whether to show the prompt using a three-layer gate:
    • Is every recommended mod already installed? → silent.
    • Has the player confirmed "Never Remind Again"? → silent.
    • Is the reminder decay timer due? → silent.
    • Otherwise → show a small first-prompt card on the title screen.
  • Renders the prompt UI with three buttons:
    • View Mods — opens a scrollable, sortable list with badges.
    • Later Reminder — closes; increments the decay counter.
    • Never Remind Again — opens a disclaimer (5s cooldown) before committing.

🛠️ Features

  • 🔍 Filename-based detection — no manifest parsing, no class-loading; lightweight and version-tolerant (sodium-0.5.0.jar, Sodium-0.6.0-mc1.21.1.jar, etc. all match id: "sodium").
  • 📋 Three-step in-game flow — concise prompt → scrollable list → collapsible install guide with custom instructions.
  • ⏱️ Decay-based reminder frequencyreminder_frequency: [1, 1, 3, 3, 3, 7, 7, 7, 7, 15] (every launch → every 3 launches → every 7 → every 15) configurable per modpack.
  • 🏷️ Priority tagsfeatured ★, critical ⚠, normal, optional ↓ with sort order, color borders, and labels.
  • 🛡️ 5-second confirmation cooldown on the "Never Remind Again" disclaimer — prevents mis-clicks.
  • 🔌 Public APIcom.tisam.api.TisamApi for other mods to integrate with TISAM.
  • ⌨️ Client command/tisam show | preview | reset for FancyMenu buttons and debugging.
  • 🧪 Preview mode"preview": true forces the prompt on every launch for modpack-author previews, with in-memory-only click handling (writes nothing to disk while the modpack author is testing).
  • 💾 Local-only data — everything lives in config/tisam/preferences.json; zero network calls.

📦 Configuration

config/tisam/modules.json:

{
  "modules": [
    {
      "id": "sodium",
      "name": "Sodium",
      "description": "Modern rendering engine, dramatically better FPS.",
      "license": "LGPL-3.0",
      "url": "https://modrinth.com/mod/sodium",
      "can_ignore": true,
      "priority": "critical"
    }
  ],
  "reminder_frequency": [1, 1, 3, 3, 3, 7, 7, 7, 7, 15],
  "install_guide_text": "...",
  "disclaimer_text": "...",
  "preview": false
}

config/tisam/preferences.json (auto-managed by TISAM):

{
  "permanently_skipped": false,
  "reminder_count": 0,
  "last_reminder_date": ""
}

🚀 Quick Start

Players:

  1. Drop There-Is-Still-A-Mod-1.0.0.jar into .minecraft/mods/.
  2. Launch once — TISAM auto-generates the config files under .minecraft/config/tisam/.
  3. Restart. The prompt will appear if your modpack author configured any recommended mods.

Modpack Authors:

  1. Include the TISAM jar in your modpack.
  2. Ship a pre-filled config/tisam/modules.json listing your recommended optional mods.
  3. Set "preview": true while authoring, then flip it to false for release.
  4. (Optional) Add the compliance statement to your modpack description.

🔐 Compliance Statement

TISAM is licensed under Apache-2.0. It ships only its own bytecode; all recommended-mod files stay with their original authors. Every external link in the prompt UI points to the mod author's official release page.

Modpack authors shipping TISAM should add this to their modpack description:

This modpack uses TISAM (or There Is Still A Mod) for downloading optional mods.

📋 Requirements

  • Java 21+
  • 🟢 NeoForge 21.1.x for Minecraft 1.21.1

You could include this mod inm modpack

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works