Tags
Creators
Details
Licensed MPL-2.0
Published 2 years ago
Updated last week
All versions
3.0.0+26.3
Release
Big Sign Writer 3.0.0+26.3last week 1,479
Compatibility
Minecraft: Java Edition
26.3
Platforms
Fabric
NeoForge
Supported environments
Client-side
Changes
Minecraft 26.3 is finally out, fixing the bug that broke Big Sign Writer on 26.2. To celebrate, I bring you Big Sign Writer 3.0.0: the Symbols Update!
- Symbols
- Added over 700 symbols split across 8 symbol packs
- Accessed through a smiley face button to the right of BSW's font selector
- Symbols type a little bit differently to fonts, as they do not require a fixed height
- Non-US characters from fonts can be used through the symbols menu (configurable)
- Fonts
- Added two new fonts: 'Copper Bulb', and 'Lapis Lazuli'
- Added most of the Latin Supplement Unicode block characters to the Default font
- Renamed 'Default Monospace' to 'Default Mono'
- Other
- When typing across multiple lines of uneven widths, the shorter lines will be padded with filler characters
- Pressing space will pad first before typing a space
- Fonts can now be added through resource packs
- All built-in fonts are now loaded through BSW's mod resources
- Old font migration code has been removed. If you have duplicate fonts, check your user fonts folder!
- Various fixes and tweaks
- Created a wiki
- When typing across multiple lines of uneven widths, the shorter lines will be padded with filler characters
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:loEVL2aN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UCpxwAAu:loEVL2aN"
}

