https://github.com/killerprojecte/internationalizationapi
A Minecraft Development Internationalization API
https://github.com/killerprojecte/internationalizationapi
Last synced: 4 months ago
JSON representation
A Minecraft Development Internationalization API
- Host: GitHub
- URL: https://github.com/killerprojecte/internationalizationapi
- Owner: killerprojecte
- Created: 2022-09-01T14:23:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-27T13:19:58.000Z (about 1 year ago)
- Last Synced: 2025-04-27T14:19:27.450Z (about 1 year ago)
- Language: Java
- Size: 620 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InternationalizationAPI
- A Minecraft Development Internationalization API

## Dependency
- Gradle
```
repositories {
maven {
name = 'FastMCMirror Repo'
url = 'https://repo.fastmcmirror.org/content/repositories/releases/'
}
}
dependencies {
implementation 'org.fastmcmirror:InternationalizationAPI:${version}'
}
```
- ${version} Replace with the latest version