What are you searching for?

Mods Type Checker

Mods Type Checker

Checks if mods are client-side, server-side, or required on both.

download 5 Downloads · favorite 0 Followers · Updated 1 week ago
Fabric Forge Java-agent Liteloader Management Neoforge Quilt Technology Utility 1.0 1.1 1.2.1 1.2.2 1.2.3 +93 more

Versions

inventory_2
Mods Type Checker 1.0.0

1.0.0 · 1 week ago · 2.22 MB

Release download
Fabric Forge Java-agent Liteloader Neoforge Quilt 1.0 1.1 1.2.1

About

ModsChecker

CLI tool to audit Minecraft mods and flag client-only mods. It scans a mods folder, calculates hashes, and queries Modrinth and CurseForge to classify mods.

Features

  • Modrinth lookup by SHA1.
  • CurseForge lookup by fingerprint (batch request).
  • Metadata detection from fabric.mod.json, META-INF/mods.toml, mcmod.info.
  • Client-only classification + heuristics.
  • Console summary and optional JSON report.
  • English/Russian output.

Requirements

  • Runtime: Java 8 to 25.
  • Build: JDK 17+ (Gradle 8.x requirement).

Build

./gradlew build

Resulting fat-jar:

build/libs/modschecker-1.0.0.jar

Run

java -jar modschecker-1.0.0.jar

Example output

Example output

Configuration file

On first run, a modschecker.properties file is created next to the jar (or in the working directory).

Example:

modsDir=./mods
curseforgeApiKey=
gameId=432
verbose=false
jsonOutput=
language=ru
pauseOnExit=true

CLI options

  • --modsDir <path>: Mods folder (default ./mods next to the jar or cwd).
  • --curseforgeApiKey <key>: API key (or env CURSEFORGE_API_KEY).
  • --gameId <int>: Default 432 (Minecraft).
  • --jsonOutput <path>: Save JSON report.
  • --verbose: Print extra diagnostics.
  • --language <lang>: ru or en.
  • --pause: Wait for Enter before exit (default on Windows).
  • --noPause: Do not wait for Enter.

Classification rules

A mod is considered client-only if:

  • Modrinth client_side=required and server_side=unsupported (client required), or
  • Modrinth client_side=required and server_side=optional (client preferred).

If Modrinth data is not available, a heuristic is used based on keywords in mod names.

Notes

  • CurseForge is used for identification only (no explicit client/server flags).
  • No infinite retries or loops; HTTP timeouts are used.
open_in_new View on Modrinth
Compatibility
Client: Unsupported Server: Required
gavel LicenseRef-All-Rights-Reserved

Conversation

What are your thoughts?

Related projects

Optimization Utility
FerriteCore
FerriteCore

by malte0811

Memory usage optimizations

download 84.3M
favorite 12,712
Utility
Mod Menu
Mod Menu

by Prospector

Adds a mod menu to view the list of mods you have installed.

download 77.7M
favorite 22,127
Library Management Utility
YetAnotherConfigLib (YACL)
YetAnotherConfigLib (YACL)

by isxander

A builder-based configuration library for Minecraft!

download 66.1M
favorite 7,607
Adventure Transportation Utility
Xaero's Minimap
Xaero's Minimap

by thexaero

Displays a map of the nearby world terrain, players, mobs, entities in the corner of your screen. Lets you create waypoints which help you find the locations you've marked.

download 60.9M
favorite 13,668
lock Cookie consent

SkinMC uses cookies to provide functionality and features.