Super Factory Manager

Super Factory Manager

Mod

A programming language for moving stuff around in Minecraft

Client and server StorageTechnologyTransportation

90.1k downloads
17 followers
Follow Save
Filter loader...
Filter versions...
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"
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.24.0 ----
-- Thanks @Druadi for the support!
-- Add SFML support to markdown code blocks in VSCode extension, thanks @Titop54!
-- Fix Turkish locale causing crashes on launch, fixes #362
-- Fix timer trigger offset in seconds not being multiplied by 20, fixes #354
EVERY 20+10 SECONDS DO END
-- Fix printing press form item tooltip not showing details on MC1.21+, fixes #361
-- Fix label gun tooltip hotkey reminders having bad translation formatting, fixes #311
-- Add label gun scroll modifier keymapping, letting you change shift+scroll to something else
-- Add more hotkey reminders to label gun tooltip
-- Merge #353 with additional PT_BR localization entries, thanks @PrincessStelllar

Project members

TeamDman

Owner

Details

Licensed MPL-2.0
Published 2 years ago
Updated 9 days ago