All versions
1.19.2-0.5.1.c
Release
Create 1.19.2 0.5.1.c3 years ago 22.7K
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Server-side
Client and server
Changes
Create 0.5.1c
Changes
- Now using Flywheel 0.6.9
- New translations from Crowdin
- Added the entity type tag
#create:ignore_seat - Added a config option to prevent hostile mobs from getting picked up by seats
- Potato cannons can no longer plant crops on the side of farmland
- Fixed Mechanical rollers consuming filter items despite not supporting them
- Fixed brass tunnels not refunding previous filter items when changed
- Fixed catalyst ingredients getting consumed in the basin
- Fixed Smart observers not activated by funnels when facing up or down
- Fixed custom sequenced assembly recipes conflicting when starting with a filling step
- Fixed item slots of powered and unpowered redstone link models not matching in size
- Fixed custom fluids not rendering fog underwater
- Fixed improved diving helmet vision applied without it being equipped
- Fixed incompatibility with Supplementaries
- Fixed wood cutting recipe compatibility for Hexcasting (AndreAugustoAAQ)
- Updates to the Bogey API (rabbitminers)
- Separated config options for placing fluid blocks with Create (attackeight)
- Optimisations to some of Create's vector math shortcuts (Timo van Veen)
- Addons can now register backtank-esque air sources placed in any armor and curios slots (Michael C)
- Addressed a number of memory leaks and server crashes
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:LNytGWDc:2aUVdjOe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LNytGWDc:2aUVdjOe"
}

