Tags
Creators
Details
All versions
1.18.2-0.5.0a
Release
Create 1.18.2 v0.5.0a4 years ago 827
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Server-side
Client and server
Required content
Changes
Create 0.5a
for Minecraft 1.18.2
Now using flywheel 0.6.4
Enhancements, Fixes
- Replace project page button with separate CurseForge and Modrinth
- Fixed incompatibility with Entityculling
- Fixed Contraptions not properly supporting modeldata
- Trains no longer briefly derail when moving through portals
- Trains no longer track coupling stress between carriages that are currently in different dimensions
- Fixed quark closing double doors when opened
- Boilers made of creative fluid tanks now provide a max level water supply
- Crafter ponder scene no longer uses an outdated recipe
- Reduced steam release effect of bogeys that haven't travelled far since the last stop
- Fixed crash when moving pulleys on a contraption
- Renamed Throttle schedule instruction to avoid confusion
- Fixed girders not paving straight tracks with the correct orientation
- Fixed steam engines not updating power output when their boiler is removed
- Fixed crash when assembling funnels onto a train
- Fixed crash caused by missing sounds when assembling a train
- Fixed train consuming fuel from every slot simultaneously
- Fixed spouts culling visible faces
- Fixed crash when listing empty inventory contents on something other than a display board
- Tracks can no longer bend when connecting two sloped tracks
- Fixed Schematicannon no longer supporting half of Create's blocks
- Fixed Station UI showing tooltip text of non-visible buttons
- Fixed track placement hint not updating when changing angle but targeting the same position
- Fixed Portable fluid interface not able to fill multiple tanks with identical liquids
- Players are no longer considered valid drivers to schedules
- Fixed blaze burners on contraptions tracking invisible players
- Add global providers to movement and interaction behavior registries
- All blocks tagged #wooden_doors or #wooden_trapdoors are now interactable on contraptions
- Fixed crash with Starlight when moving empty contraptions with downward-facing Mechanical Pistons
Localisation
- Updates to ru_ru.json by luffypirat
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:6IophzXm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LNytGWDc:6IophzXm"
}


