Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated last month
All versions
1.1.1-neoforge-1.21.1
Release
Create: Factory Controller 1.1.1-neoforge-1.21.1last month 2,456
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Features:
- Dynamic scale down count label of gauges when text is too wide (configurable).
- Allow to use Schematic and Quill to import gauges in world to controller.
Changes:
- Added recipe output tooltip for production order.
- Allow to reduce to 2x2 or 1x1 grid in gauge crafting mode (if recipe can fit).
- Increase default controller component limit config to 512.
Optimization:
- Compress item & blueprint data to allow higher component limit.
Localization:
- Added French translation, thanks to @totof-prod
Bugfixes:
- Fixed compatibilities issue with older version of fluid transportation mods.
- Fixed item rendering brightness was incorrect in certain cases.
- Fixed a small render mistake of logical operator in logical tube GUI.
Compatibility:
- Added compatibility to new version of Create: FluidLogistics
- Added basic compatibility with Stock Keeper from other mods to allow production order
- Hide Inventory Profiles Next buttons from Factory Controller screens
Optional dependencies
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:VR3MrvE2:og36LNt5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VR3MrvE2:og36LNt5"
}



