5.3.5
Compatibility
Changes
Incendium 5.3.5
MASSIVE thanks to Rei for making this update happen! Without Rei, Incendium would have completely skipped 1.20.5. So many things broke in 1.20.5, and it was simply not worth my time. Thank you!
- Updated to 1.20.5 (supports 1.20-1.20.6)
- Now supports Neoforge
- Scout's Battle Helm now uses an emerald Sentry trim
- Custom banners and potions have been renamed, or given a name if there was not one already
- Custom banners and potions are now split into their own loot tables for easier use
- New particles for Necrotic and Radiation shields, and they should trigger their effects properly
- In 1.20.5 only, Ghastling now appears as a mini-Ghast
- Voltaic Trident should now work properly
- Holy Wrath is removed from a loot table it shouldn't have been in
- Fixed issue where Piglin Villagers would not move
- Greatsword of Sacrifice's self-damage has been rebalanced
- Restless Spirits should no longer starve to death
- Fixed issue where a new marker entity would generate on every single world load
- Fixed a malformed JSON strings that could spawm console on Spigot-based servers
Optional dependencies
Known incompatibilities
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:ZVzW5oNS:uUqarp2H"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZVzW5oNS:uUqarp2H"
}



