Tags
Creators
Details
1.0.0
Compatibility
Required content
Changes
Important: This update introduces breaking changes. Worlds created with older versions of Create: Modular Tools may encounter issues if you update. It is strongly recommended to back up your worlds before proceeding.
- Added wool wraps.
- Added modules of all wood types.
- Added red sand and concrete powder molds.
- Added molds of all wood types.
- Added sounds when enchanted modules are placed into and taken out of molds.
- Added mold Ponder scenes.
- Added bottomless molten metal supplies.
- Added custom molten metal fog colors.
- Added integration with LambDynamicLights.
- Added compatibility with newer versions of Create.
- Removed Creative Modular Tool Table.
- Made wooden modules fuel.
- Made molds wrenchable.
- Made deployers able to instantly break molds.
- Fixed visual bug on molds with the Iris mod.
- Fixed returned enchantments on directly enchanted modular tool disassembly.
- Fixed netherite boomerang dropping when hitting lava or fire.
- Fixed boomerangs removing enchantments when removing modules from molds.
- Fixed boomerangs not dropping when hitting a pickaxe mold that had molten metal in its pickaxe head slot.
- Other fixes and implementation changes.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| create_modular_tools-1.0.0+1.20.1-sources.jar | Unknown | 9.92 MiB |
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:11TIcYqC:MSVNRQbL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:11TIcYqC:MSVNRQbL"
}

