Tags
Creators
Details
All versions
23.54.56
Release
Engie's Chaos v23.54.56last week 5
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.4
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes

- Fixed Doomsday and Super Doomsday weapons having broken models and textures.
- Fixed Hostile Doomsdays, Super Doomsdays, and The Ends having armor and weapons.
- Fixed Hostile Doomsdays, Super Doomsdays, and The Ends having too little HP.
- Fixed Normal Hostile Biblically Accurate Engie's being too overpowered.
- I randomly stumbled upon this issue while fixing the previous issue.
- Refixed Dark Matter Essence and Gems dropping from mobs at a higher rate than Antimatter.
- The Sharkos code portion of this worked perfectly.
- Due to this, Antimatter drop chances are now 1/2 instead of 1/4.
- Fixed xEngie Plush being able to be obtained in creative.
- Fixed being unable to spawn xEngie Bases in creative.
- Fixed xEngie Tools being extremely huge.
- My bad yal, didn't realize how big of an issue this was. 🥀

- IF YOU FIND ISSUES, PLEASE REPORT THEM ON THE GITHUB! https://github.com/DevEngieGames/EngiesChaos-and-EngieLib
Optional dependencies
Any compatible version
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:6zlA12VE:JihlQbVr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6zlA12VE:JihlQbVr"
}

