V1.4.3
Compatibility
Changes
V1.4.3 Update
** Added Infested Bastions**
-
They start generating on lava 500 blocks from spawn in the x and z directions
-
Instead of Gold and Piglins these Bastions have been overrun by Blazing and Savage Serpents and lots of Vanite can be found here
-
Loot is similar to vanilla ones but with the additional vanite related loot
-
At the bottom of the bastion is a room where you will fight the Blazing Serpent Queen
-
Savage Serpents are similar to the blazing serpents but are faster and breath a poisonous fire
-
The Blazing Serpent Queen is summoned by breaking the "tophinite" block in the lair
- Has more HP and armor than the Savage Serpents anda stronger breath attack
-
Added Basal and it's building blocks
- Found below y=30 in the Nether, can be crafted into many decoration blocks and is the main block of the Infested Bastions
- Tophinite Ore has been moved to only generate within Basal
-
Added Serpent Crown
- Dropped by Blazing Serpent Queen
- Gives +20% speed and will put fires out when on fire
- provides little armor
** Misc **
- New textures for some nether items/blocks
- Lowered HP of Blazing Serpents
- Buffed breath damage from Deepoids
- Molten Blazinite will not longer damage blazing serpents of any kind
- Blazing Serpents now have glowing eyes
** Bug Fixes **
- Fixed Vanite Cauldrons not using a proper texture
- Fixed Server Crashes when right clicking various blocks in the Ancient City
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:o5nf5sS7:cYzEBPOy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o5nf5sS7:cYzEBPOy"
}

