Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20–1.20.4
1.19.4
1.19.2
Platforms
Supported environments
Creators
Details
Licensed MPL-2.0
Published 2 years ago
Updated 3 days ago
Changelog
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.27.0 ----
-- Published a new video [TeamDman - SFM Bug Hunt](https://www.youtube.com/watch?v=8GtBrKhSWq0)
-- Fix capabilities not being invalidated properly on 1.20.3+
-- Add tunnelled manager block from #189, thanks @Qther
---- When capabilities are queried, will pass through to the opposite side
---- Hopper -> Manager -> Chest
-- Add support for "SLOT" for when "SLOTS" isn't appropriate
every 20 ticks do
input from chest slot 5
output to chest slot 9
end
-- Fix memory leak caused by forget statements, thanks @__stdcall for the report, #405
EVERY 20 TICKS DO
INPUT FROM a,b
OUTPUT TO c
FORGET -- creates new object that wasn't being discarded properly
INPUT FROM b,d
OUTPUT TO e
FORGET b -- you can specify labels, though I doubt anyone uses it lol
OUTPUT TO f -- this sees `INPUT FROM d`
END
-- Update tag_matching.sfml and filtering.sfml examples, thanks @Final and @MikMouk for the motivation
-- Add relative directions, #380
EVERY 20 TICKS DO
INPUT FROM machine LEFT SIDE -- relative to the facing property of the block state, null side if not applicable
OUTPUT TO machine2 RIGHT, FRONT, BACK SIDE
END
-- Add a server config for max number of warnings on a disk, fixes #383
-- Fixed disjoint text selection when using left click to select text in the editor #396
---- Thank you @Zexylz for the contribution!
-- Fixed text editor scroll bar inappropriately responding to mouse events
-- Improved text editor performance on large documents by using virtual scrolling
-- Click-drag text selection now uses character midpoint for determining if a character is in selection
-- Allow managers to interact with themselves
EVERY 20 TICKS DO
INPUT FROM manager
OUTPUT TO chest slot 0
FORGET
INPUT disk FROM chest slot 1
OUTPUT TO manager
END
-- Add try-catch to capability discovery, thanks @Sverd for the report! #418
-- Add missing item capability for manager block on MC 1.20.3+
-- Add Russian translation, thanks @BazZziliuS, #415
-- Turned off line numbers by default in the text editor, I see you @joaobmt lol
-- Implement custom event subscriber logic to reduce entropy in SFM code between MC versions
---- Not being used by production logic yet
-- Fix text editor caret blink, previously was solid or blinked too fast before/after MC 1.20.2
-- Add JEI support for 1.21.0, 1.21.1, thanks @Saereth for the suggestion <3, #401
-- Updated JEI support to correctly pair enchantments for disenchanting
Files
Metadata
Release channel
ReleaseVersion number
4.27.0Loaders
Game versions
1.20.3Downloads
5Publication date
November 19, 2025 at 8:56 PMPublisher

TeamDman
Owner


