Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 4 years ago
Updated last month
All versions
1.4.0
Release
CEI 1.4.0 for Create 1.20.1-6.0.82 months ago 67K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Create: Enchantment Industry 1.4.0
Update for Create 6.0.8
Fixed
- Fixed liquid experience from open-ended pipes bypassing Create's open pipe lifecycle, which could leave experience leaking after pumps stopped, valves closed, or pipes were removed.
- Fixed liquid experience grants being multiplied by other mods' XP gain bonuses. Liquid experience now grants and removes raw experience points so XP remains conserved.
- Fixed experience orbs created by liquid experience drops being affected by XP gain multipliers when picked up.
- Fixed the "Experienced Recycler" advancement only counting item disenchanting. It now counts experience recycled by the Disenchanter from items, players, and experience orbs when the recycled experience is successfully inserted into the internal tank.
Added
- Added server config
enchantmentLevelCapsfor per-enchantment hard level caps. Use entries likeminecraft:protection=10orminecraft:knockback=20. - Printer now refuses to copy enchanted books above a configured per-enchantment cap.
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:fBncZZdn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JWGBpFUP:fBncZZdn"
}

