All versions
1.6.1+1.21.1-fabric
Release
Big Sign Writer 1.6.1+1.21.1-fabric6 months ago 634
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client-side
Changes
1.6.0:
- UI overhauled with dropdown font selector
- Font names are rendered using their respective fonts in the dropdown
- Mod toggle button has been removed, you now select the no font (vanilla) option at the top of the font selector.
- Reload button has been shrunk and is now hidden by default
- Can be enabled in the config
- The "Done" button is disabled when the font selector is open.
- This can be prevented in the config if you changed the button placement.
- Two new fonts
- Outlined: a 4 line tall font
- Outlined Short: a 3 line tall font
- QoL changes
- Pressing Enter now moves the selected line down by the full height of the selected font
- Done to make typing with 2 line tall fonts nicer
- Arrow keys still move up/down by one regular line
- Pressing backspace to delete now falls back to the font's space character for the deletion point if the font has no separator
- Pressing Enter now moves the selected line down by the full height of the selected font
1.6.1:
- Made the two outlined fonts have more consistent heights between their characters
- If you happened to download 1.6.0, you'll have to delete the old outlined font files in the config, since I didn't create a font patch due to 1.6.0 only being out for a few minutes.
Optional dependencies
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:UCpxwAAu:orDX30PT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UCpxwAAu:orDX30PT"
}


