promotional bannermobile promotional banner

Super Factory Manager ( SFM )

A supercharged logistic mod for high precision, high throughput resource movement

File Details

Super Factory Manager (SFM)-MC1.21.1-4.25.0.jar

  • R
  • Sep 2, 2025
  • 1.28 MB
  • 430.2K
  • 1.21.1
  • NeoForge

File Name

Super Factory Manager (SFM)-MC1.21.1-4.25.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:super-factory-manager-306935:6954659"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

NAME "Changelog"
-- SFM Discord:
-- https://discord.gg/5mbUY3mu6m
-- SFM Donations:
-- https://github.com/sponsors/TeamDman
-- SFM submit new issue:
-- https://github.com/TeamDman/SuperFactoryManager/issues/new

---- 4.25.0 ----
-- Implement `EMPTY SLOTS IN` modifier for OUTPUT to place only into empty destination slots (#365)
EVERY 20 TICKS DO
    INPUT FROM mob_loot
    OUTPUT TO EMPTY SLOTS IN storage
END
-- Optional: run an infrequent condensing pass to stack items
EVERY 300 SECONDS DO
    INPUT FROM storage
    OUTPUT TO storage
END
-- Fix crash when re-entering a level, fixes #372
-- Add Ctrl+E hotkey for opening the text editor in the title screen
-- Add Ctrl+E hotkey for opening the text editor in the select world screen
-- Fix SFM keymapping logic failing to respect modifier keys, fixes #374
-- Update label gun push/pull chat reminders to show the pull modifier key instead of saying "shift"