1.1.0
Compatibility
Changes
Civic Passports 1.1.0
The GUI Update is here.
New Features
- Added graphical passport GUI.
- Added GUI passport registration.
- Added
/passport help. - Added
/passport reset. - Added
/passport reset <player>for officers. - Added English localization.
- Added support for the
governmentofficer tag.
Improvements
- Improved passport layout.
- Improved stamp display.
- Added mouse wheel scrolling for stamps.
- Long text is now shortened instead of overflowing outside the passport screen.
- Passport fields now use localization keys where possible.
Bug Fixes
- Fixed long RP names going outside the passport GUI.
- Fixed stamp list overflow.
- Fixed passport reset testing workflow.
- Fixed old Russian-only officer tag behavior.
Notes
This version is a major step toward a fully graphical passport system.
The mod now supports both Russian and English, but some internal passport data created in older versions may still contain old text until the passport is reset or updated.
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:7CiLbXYm:SnT8LcXA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7CiLbXYm:SnT8LcXA"
}

