Links
Tags
Creators
Details
Licensed CC0-1.0
Published 2 years ago
Updated 2 years ago
All versions
0.1a
Alpha
v0.1a - for, BTA 7.2_012 years ago 185
Compatibility
Minecraft: Java Edition
b1.7.3
Platform
Risugami's ModLoader
Supported environments
Client-side
Changes
Changelog
[Unreleased]
- a mix of "z", "d", and "t" to break up all the "zh"
Fixed
- v0.1a small fixes, and additional changes and inclusions of new files.
- item.lang
line 90:
item.tool.hoe.wood.desc=Till ze land wiz this wooden tool.> this > ziz
Added
- biome.lang
- strings.lang
- tile.lang
- worldnames.txt
Changed
All words containing "th" is now "zh"
- tile.lang
- biome.lang
- strings.lang
- guidebook.lang
Added
- v0.1 Initial start of translations. (2024-11-15)
Changed
The following files all changed via find & replace with all "th" > "z" for proper Yinglet speak.
- tips.txt
- gui.lang
- worlnames.txt
- info.lang
- item.lang
- stats.lang
- options.lang
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:HiWwoKir:TTkQlAFM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HiWwoKir:TTkQlAFM"
}

