Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published last year
Updated 6 hours ago
All versions
1.11.4-p.3
Alpha
Create: Dragons Plus 1.11.4-p.3 for Create Fabric 1.20.1-6.0.8.16 hours ago 51
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Create: Dragons Plus 1.11.4 Preview 3
Fixed
- Fixed the production-only Fabric startup crash reported in #104, caused by Preview 2 mixin targets not surviving namespace remapping.
- Kept the startup fixes from #103 while replacing the affected mixin selectors with production-safe targets.
- Restored Fabric behaviour-provider lookup for block entities that do not extend Create's
SmartBlockEntity. - Preserved water and lava contained by
WaterAndLavaLoggedBlockimplementations when contraptions assemble and disassemble.
Compatibility
- Targets Java 17, Minecraft 1.20.1, Fabric Loader 0.17.2 or newer, Fabric API 0.92.6 or newer, and Create Fabric
>=6.0.8.1 <6.1.0. - This preview supersedes
1.11.4-p.1and1.11.4-p.2; published preview artifacts must not be overwritten.
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| create-dragons-plus-fabric-1.20.1-1.11.4-p.3-sources.jar | Unknown | 558.69 KiB |
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:dzb1a5WV:MWtXxjxE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dzb1a5WV:MWtXxjxE"
}

