Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published last year
Updated 10 hours ago
All versions
1.11.3
Release
Create: Dragons Plus 1.11.3 for Create 1.21.1-6.0.10last week 30.7K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Create: Dragons Plus 1.11.3
Updated for Sable 2.0.3 and Create: Aeronautics 1.3.0.
When using the Sable and Create: Aeronautics integration, NeoForge 21.1.228 or newer is required.
Update
- Updated compatibility with Sable 2.0.3 and Create: Aeronautics 1.3.0.
- Added separate Dye Fluid block and Open Pipe contact controls, optional source consumption, and Mechanical Mixer coloring recipes.
Fix
- Fixed Simulated fan processing mixins causing class-loading errors.
- Fixed potion data being ignored for Dragon's Breath mixing recipe fluid inputs. (by @ShrHang)
- Fixed Create fluid pipes being unable to drain full Dragon's Breath Cauldrons.
- Fixed Dragon's Breath Cauldrons not being mineable with pickaxes or dropping an empty cauldron.
- Fixed Dragon's Breath Cauldrons returning no item when picked in Creative mode.
- Fixed Fragile Fluid Tank goggle tooltips crashing for fluids without a break-effect handler.
- Fixed filled Fragile Fluid Tanks freezing the server when breaking during a Simulated physics step.
- Fixed Sable-only clients loading the Simulated extension and crashing.
- Fixed Bulk Coloring treating Supplementaries' item-renaming recipe as coloring and returning named dye.
- Fixed
create_dragons_plus:not_applicable_for_polishingbeing evaluated before block tags were loaded. - Corrected the Rare Blaze and Rare Marble Gate package registry IDs while preserving their legacy misspellings. (by @wenxiaojie1)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| CreateDragonsPlus-1.11.3-sources.jar | Unknown | 677.8 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:LxesD770"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dzb1a5WV:LxesD770"
}

