Tags
Creators
Details
Licensed MPL-2.0
Published 3 years ago
Updated last month
All versions
4.32.0
Release
Super Factory Manager MC1.20.1 v4.32.05 months ago 62.5K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
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.32.0 ----
-- Add keymapping for accepting intellisense suggestion instead of hardcoding backslash, thanks @npg418 for the report! #513
-- Fix "rebuild cable network" button in manager erroring due to bad i18n param, thanks @Tctiancan for the report! #514
-- Added static analysis test to flag bad i18n params, see LocalizationEntryArgumentValidationTests
-- Reduce logging for SFM event listener registration, thanks @Relentless for the report!
-- Fix JEI integration item lore being written improperly
-- Refactor localization entries to live in code closer to where they are used
-- Fix intellisense popup being transparent for MC>=1.20, fixes #518
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:aecUorJQ:zJSNe1UH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aecUorJQ:zJSNe1UH"
}

