Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last year
All versions
1.0.5
Release
Localizator-1.12.2-1.0.52 years ago 94
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
v1.0.5
- SpartanWeaponry: Localized Throwing Weapons hardcoded "Material Bonus:" tooltip text.
- Improved handling of an item name when it has both Name and LocName NBT tags. It won't be ITALIC-hardcoded, but retain coloring, like for enchanted items.
- ScalingHealth: Localized April Fools and other messages.
- ScalingHealth: Localized Blight death message and added its killer to the message.
- Charm: Localized generated loot Crates names.
- FishingMadeBetter: Caught fishes will have LocName instead of Name, for consistency. And during checking fishes in inventory, their names won't be updated (this means previous fishes won't stack with new ones. But hey! Now if you rename a caught fish, its name won't be overwritten!).
- InfernalMobs: Added missing lang keys for several mobs from different mods.
- SetBonus: Improved the way bonus and set names are localized.
- FBP: Fixed "Open Menu" keybind not being localized.
- ScalingHealth: Keybind category turned from "scalinghealth" to "Scaling Health".
- Replaced more Overwrites with more precise injections, for compatibility.
- Added entity.ItemFrame.name lang key.
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:C8whEj9o:xOqMH1xh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:C8whEj9o:xOqMH1xh"
}

