1.0
Compatibility
Changes
This is the fist version of JustTitanium!
Features
This mod has some features that do something in-game:
-
Titanium Swordhas custom combat behavior. It uses custom sword stats for damage and attack speed. It also applies an extra on-hit slam effect that knocks targets back harder and inflicts brief slowness. -
Raw Titaniumhas an active use ability. Right-clicking it clears fire, removes poison, grants short fire resistance, grants haste, and puts the item on cooldown. -
Titanium Orehas a custom block interaction. Any living entity stepping on the ore is briefly affected with slowness and weakness.
Progression
Titanium Oregenerates in the Overworld.- Mining
Titanium OredropsRaw Titanium. Silk Touchlets you collect the ore block itself.Raw Titaniumsmelts intoTitanium Ingot.Titanium Swordis crafted with twoTitanium Ingotand oneStick.
Balance Notes
Titanium Orefollows iron-style loot logic for normal mining and fortune scaling.- Smelting
Raw Titaniumtakes twice as long as vanilla iron. Titanium Swordis tuned to show7.5attack damage and2attack speed in-game, while also focusing on knockback.
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:LpERHXSb:cQqVOoUP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LpERHXSb:cQqVOoUP"
}

