Skip to content

FTBChecker - v1.3.0

Latest

Choose a tag to compare

@SajmonOriginal SajmonOriginal released this 24 Jan 05:49
· 1 commit to main since this release

What's New

Custom Mods Support — Require any mod in your modpack, not just FTB mods! Add entries to config using format: modId|Display Name|Download URL

🚫 Non-Dismissable Screen — Missing mods screen can no longer be closed or ignored - players must download required mods to continue

🧵 Fabric and Quilt Support — Now available for NeoForge, Fabric, and Quilt mod loaders

🎨 Mod Icon — Now displays in mod menus

Available Versions

Mod Loader Minecraft Download
NeoForge 1.21.1 ftbchecker-neoforge-1.21.1-1.3.0.jar
Fabric 1.21.1 ftbchecker-fabric-1.21.1-1.3.0.jar
Fabric 1.19.2 ftbchecker-fabric-1.19.2-1.3.0.jar
Quilt 1.21.0 ftbchecker-quilt-1.21.0-1.3.0.jar

Default Required Mods

NeoForge

  • FTB Chunks
  • FTB Library
  • FTB Quests
  • FTB Teams
  • FTB Essentials
  • FTB Ultimine
  • FTB Backups 2
  • PolyLib

Fabric

  • Architectury API
  • FTB Chunks
  • FTB Library
  • FTB Quests
  • FTB Teams

Quilt

  • Architectury API
  • FTB Chunks
  • FTB Library
  • FTB Quests
  • FTB Teams

All mods can be enabled/disabled individually in the config.

Configuration

Config file location: config/ftbchecker.toml

Adding Custom Mods

[customMods]
mods = [
    "jei|Just Enough Items|https://www.curseforge.com/minecraft/mc-mods/jei/download/5101366",
    "create|Create|https://www.curseforge.com/minecraft/mc-mods/create/download/5678901"
]

Dependencies

NeoForge

Fabric

Quilt