2.0.1
Compatibility
Changes
Erchius Drop
This is just a small drop of small additions I didn't originally have time for when releasing the Steel Hearts update. Progress on 2.0 Part 2, Below the Tides has finally started, so hopefully this can hold you over until then!
Changelog:
Erchius:
- added Erchius Chunk
- added Erchius Chunk Block
- added Erchius Chunk Ore
- added a purple dye recipe
- added a bonemeal recipe
Minor Changes
- changed sprites of tungsten tools slightly
- changed recipes of tungsten tools slightly
- changed recipes of tungsten wand and staff
- changed recipe of iron wand
- changed the brightness of the core fragment block to be slightly brighter
- changed the rarity of augments in ender lab chests slightly (hopefully)
Staff Rework
- tungsten staff (and wand) now require erchius instead of amethyst and the projectile gives the Soul Blight debuff
- Soul Blight: increases burn time, decreases jump very slightly, decreases max hp by 2 points while active
- Staff Abilies
- Damage (self explanatory)
- Heal others (your projectile does little to no damage, but will heal any player it hits, yes including your enemies, so use it wisely)
- Heal self (self explanatory)
- Ability Wheel: holding a staff now makes the staff's ability wheel show up, you can cycle through the three abilities using the V key by default
Bugs
If there are any bugs I missed, please let me know in the discord linked below! https://discord.gg/yQq9BfMS
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:bfbjbile:SoVySdXn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bfbjbile:SoVySdXn"
}

