Tags
Creators
Details
Licensed MPL-2.0
Published 3 years ago
All versions
4.34.0
Release
Super Factory Manager MC26.1.2 v4.34.02 weeks ago 129
Compatibility
Minecraft: Java Edition
26.1.2
Platform
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.34.0 ----
-- Update zh_cn localizations, thanks @ZHAY10086 #526
-- Introduce uk_ua localizations, thanks @Tenwoc #529
-- Make fancy cables waterloggable, thanks @myrolorin #541
-- Fix falling anvil items spawning in corner, thanks @Qther #536
-- Fix falling anvil experience shard JEI catalyst display using hardcoded obsidian instead of the configured tag #532
-- Fix `/sfm config edit server` program cache invalidation #549
-- Add configurable keymapping for opening the label gun GUI #554
-- Fix label gun clear modifier tooltip
-- Fix SFM Classic resource pack not loading on 26.1.2 #548
-- Fix Ctrl+I container inspector overlay text being invisible on 26.1.2 #555
-- Fix label gun text and label gun/network tool highlights rendering slightly offset at large world coordinates #506
-- Thank you @Terusia for the support!
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:tAxE7U7F"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aecUorJQ:tAxE7U7F"
}

