promotional bannermobile promotional banner

Super Factory Manager ( SFM )

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

File Details

Super Factory Manager-1.20.1-4.14.0.jar

  • R
  • Nov 8, 2023
  • 557.92 KB
  • 59.2K
  • 1.20.1
  • Forge + 1

File Name

Super Factory Manager-1.20.1-4.14.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:super-factory-manager-306935:4852423")

NeoForge

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

Learn more about Curse Maven

NAME "Changelog for 4.14.0"
-- switch to milliseconds instead of nanoseconds
-- add FORGET keyword
---- FORGET a,b,c -- remove these from inputs
---- FORGET -- remove all inputs
-- add ROUND ROBIN keyword, works in inputs and outputs
---- INPUT FROM a,b ROUND ROBIN BY BLOCK
---- OUTPUT TO a,b,c ROUND ROBIN BY LABEL
-- fix REDSTONE keyword not being allowed as a resource id
---- INPUT redstone FROM a -- works now :D
-- add /sfm op command for diagnosing cable network problems
-- performance improvements :D
---- breaking many cables at once now faster
---- fastutils in cable network makes programs faster too
---- shifted pattern compilation to build time instead of first inference
-- improved GitHub README
-- test suite improvements
-- fix inv overlay (Ctrl+i) failing with big payloads
-- double inspection payload max size before truncation to 20480
-- add ae2 inscriber example program
-- add network tool item

bonus: added backwards syntax

EVERY 20 TICKS DO
FROM a
INPUT iron_ingot

TO b OUTPUT
END