Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated last week
All versions
5.1.28
Release
MFFS 1.20.1-5.1.282 weeks ago 157
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
5.1
- 5.1.28 Fix CurseForge publishing
- 5.1.27 Add card icon to frequency writer slot
(cherry picked from commit 9f9b6ecbacd8424297a0e146570b1af96d3f4391) - 5.1.26 Fix biometry permission check
- 5.1.25 Scan all available biometric identifiers
- 5.1.24 Show Coercion deriver FE in TOP/WAILA
- 5.1.23 Fix cylinder mode height scaling
(cherry picked from commit d7f0455fe9e6fa88b1b2bc65a609e8e2536117dd) - 5.1.22 Backport SetItemInSlotPacket validation
Backport of #132 - 5.1.21 Fix force field blocks not removed with projector
Fixes #75 - 5.1.20 Fix missing Fortron texture
Fixes #100 - 5.1.19 Fix interdiction matrix dropping filtered items
Fixes #66 - 5.1.18 Setup modrinth publishing
- 5.1.17 Merge pull request #87 from BuiltBrokenModding/fix/rounding-error
Reworking energy configs and math - 5.1.16 Fix coercion deriver Fortron to FE conversion
- 5.1.15 Fix occlusion on certain models
Fixes #85 - 5.1.14 Adding energy and fortron last tick to screen sync
- 5.1.13 Forgot to wire in the config for speed module bonus
- 5.1.12 Reverting coercion driver ui back to seconds from ticks
- 5.1.11 Reworking coercion driver math
Partially to fix rounding issues, but also to simplify values into whole numbers for easier user understanding. - 5.1.10 Adjusting field for better dev readability
- 5.1.9 Fix Interdiction Matrix being indestructible
- 5.1.8 Allow authorized passengers of Create trains to pass through force fields
- 5.1.7 Fix block alter/access module checks
Fixes #55 - 5.1.6 Configurable grant book on first join
Fixes #56 - 5.1.5 Fix machines discarding inserted items
- 5.1.4 Fix TheOneProbe required version
Closes #53 - 5.1.3 Downgrade required Forge version to 47.1.3
- 5.1.2 Fix projector holo rendering
I blame Mojang! - 5.1.1 Migrate patchouli book to resource packs
- 5.1.0 Port to 1.20.1
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:Ir9eTVLd:awhVb0nj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ir9eTVLd:awhVb0nj"
}

