Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 6 hours ago
All versions
0.11.1+26.1.2
Release
0.11.1+26.1.2last month 418
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
- Data Extractor now shows unique icon per type info.
- Polydex now shows required RPM and stress units for recipes.
- Gauge and Item Counter should now work with more regular storage blocks.
- Generic Mixer recipes now support a list of output items with chance and rolls.
- Brittle Glass Bottle can now be used to pick up water.
- Brittle Potions can now be used directly in the Brewing Stand.
- Fixer Mixer recipes not working sometimes when they should (stray small ItemStack blockage).
- Fixed Deep Storage Container not causing comparator updates for all it's blocks.
- Fixed polydex links not working in the guide.
- Fixed fluids in Fluid Tanks causing z-fighting in not too far distances.
- Fixed Rabbit Stew and Mushroom Stew mixing recipes.
- Fixed Fans causing player to always be detected as no on ground even if they should be.
- Fixed Gauge not having breaking particles.
- Creative flying players are no longer effected by Fans
Full Changelog: https://github.com/Patbox/PolyFactory/compare/0.11.0+26.1...0.11.1+26.1
Optional dependencies
Any compatible version
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:MikpSrAF:aUM9DmNG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MikpSrAF:aUM9DmNG"
}

