All versions
1.20.1-0.5.1.f
Release
Create 1.20.1 0.5.1.f3 years ago 1.33M
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Server-side
Client and server
Changes
Changes
- 1.20: Fixed crash on launch when Optifine is installed
- Fixed pipe-based cobblestone generation not working correctly
- Fixed vertical threshold switches and smart observers outputting redstone signal from incorrect sides
- Added #create:blaze_burner_capturable entity type tag
- Misc. blocks tagged as #create:wrenchable can no longer be picked up with a wrench unless the player is sneaking
- Fixed Analog Levers not rendering their redstone indicator
- Fixed Schematics failing to load when containing items with sensitive nbt
- Fixed Turntable handler causing a crash during world shutdown
- Fixed items in some locations no longer getting processed by fans since previous patch
- Fixed smart observer using wrong bottom texture
- Fixed stretched textures on stress- and speedometers' block models
- Toolbox hotbar slot sprites now use the revised brass palette from 0.5.1
- Added /create debuginfo command (TropheusJ)
- New localisation updates from Crowdin
- Implemented various performance measures
- Contents of a filter are no longer read from item nbt each time a stack is tested
- MovementContext for contraption actors now caches the filter from their corresponding BlockEntity
- Trains check their distance before running full collision tests
- Trains can no longer collide when on separate track networks
- Optimised train navigation and pathfinding (Timo van Veen)
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:HNYrbfZZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LNytGWDc:HNYrbfZZ"
}

