5.5.0
Compatibility
Changes
As the inevitable rewrite draws ever closer, it’s time we answer the question of what is going happen to the current Incendium port. And the answer is that it is being rebranded as Incendium Legacy Edition, the main reason being the Rewrite will be a separate mod page when released because we know people would accidentally update from the port to rewrite if we used the old mod page. The second reason being is I want to keep Incendium Legacy updated for at least a few updates after the rewrite releases so people aren’t cut off immediately because they can’t/won’t update to the rewrite. This does mean eventually this version of incendium will one day cease to be kept updated but I will try my best for as long as it stays convenient. But don’t despair because not only is this a 26.2 port, but this is also 5.5.0. That’s right an actual update this time around. I promised myself that whenever we get close to the rewrites release I would go through the port and give it a one last hoorah update to clean it up as best as I can. Buts that’s not all: this update includes a few simplified additions/changes from the rewrite, some balance changes, and whatever performance improvements I could fit in.
- Rei
Incendium Legacy 5.5.0
- The Pipeline structure now uses it’s rewrite version and the Pipeline sentry got a performance cleanup
- The Reactor structure uses it’s rewrite version and it has simplified versions of its reworked mobs
- The Hazmat suit uses its rewrite version which includes an enchantment called poison protection which as the name suggests actually protects against all poison damage (only available on newly acquired gear)
- The ghastling follow time increased to 3 minutes, fireball protection updated based on it’s rewrite counterpart, it will work all the time and will deflect fireballs instead of just removing them. It will also assign the fireballs owner based on who fed it last
- Warping Witherblade is no longer a random drop and won’t break because of pack conflicts
- Greatsword’s recoil uses it’s rewrite counterpart and its random damage margin has been reduced
- Multiplex uses it's rewrite version which works with all arrow types and has better performance
- Hefty pickaxe uses it's rewrite version which gets faster the lower you are in the nether
- Unstable powder works on all mobs
- Scout's Battle Helm particles will go away whenever sneaking, flying, swimming
- Firestorm and Sentry’s Wrath's shatter function has been replaced with a more forgiving version
- Radiation and Necrotic shields have had their particles updated and their effects are more consistent
- Dune blazes scale updated to match their rewrite counterparts
- Withered forest trees updated
- Fixed Thorns causing the on_hit function to trigger the effects of incendium weapons
- Fixed scouts helm some times retaining it speed boost when it shouldn’t
- Fixed sentry’s wrath explosion issues which some times caused it to trigger multiple times and not stop properly, also its chain lightning not working properly
- Fixed firestorm attack being very inconsistent
- A variety of performance updates especially to castle mobs
- Purged a lot of unused codes and files
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:kjnBRlCW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZVzW5oNS:kjnBRlCW"
}

