Tags
Creators
Details
2.4.0
Compatibility
Required content
Changes
Create: Enchantment Industry 2.4.0
If you need any help with configuration, please check MODPACK-README.md.
Update
- Added support for apotheosis mod series: Bulk Salvaging, Brass Bookshelf, Creative Bookshelf, Infuser, Ender Woven Bag, Gem Cutter and Affix Augmenter.
Support for apotheosis is still not complete in terms of "complete production line to make end game gears". But its existing appliances are actually playable and complete. More appliance will come in the future.
- Added more Sable support: Experience Lantern and Ender Woven Bag pull direction when working from a Sable sub-level; charged lightning failing to transform experience blocks located inside Sable sub-levels; Added Sable physics properties for Create: Enchantment Industry blocks.
- Added Classic Blaze Enchanter as optional feature.
- Added Turkish Localization by @Mehmet Eymen Eskici
- Added Bulgarian Localization by @Programstor
Change
- Forging cost is now more reasonable (by @Feiyang Wu)
Fix
- Fixed ponder crash when controller BE is null in a more suitable way (by @MSTY2003)
- Display accurate message when experience cost is greater than available amount. (by @Mathias Dejerud Rådstam)
- Fixed The mobs couldn't drop experience nugget while in chunks that in offline forceloading mode.
- Fixed deployer drop more exp nuggets than it should in long run.
- Fixed opening JEI preview for enchanted book crafting leads to crash when Cold Sweat is installed.
- Fixed Mechanical Grinder ignores recipe with no fluid input and output.
- Fixed Crushing Wheels dropping XP nuggets at a much lower rate than expected.
- Fixed XP duplication with Sable / Create Aeronautics.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| create-enchantment-industry-2.4.0-sources.jar | Unknown | 776.81 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:JWGBpFUP:1ct4DxaA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JWGBpFUP:1ct4DxaA"
}



