All versions
2.0.0+26.1-neoforge
Release
Big Sign Writer 2.0.0+26.1-neoforge3 months ago 26
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client-side
Changes
- Config overhaul
- Created a custom config screen, removing the YACL dependency
- Added a button to access the config screen from the sign edit screen (can be disabled)
- Config screen has a fonts tab which houses previews, information, errors, and more
- Fonts can now be hidden via the fonts tab
- Tweaked the available config settings
- Editing improvements
- The text cursor can now be moved left and right
- Fonts without a character separator now look for anywhere the lines line up to use as points for deletion and cursor movement
- The font selector now always opens scrolled to the top, so you can always double click it to go back to vanilla typing
- Font definition changes
- Default fonts are now built-in instead of saved to and loaded from disk
- Existing copies of default fonts will be deleted if they are found to be identical to the built-in ones
- This is done to ease updates to fonts and to help prevent corruption from being an issue
- Local .json copies of these fonts can still be made via the fonts tab
- Added a
creditsfield to add credits to fonts - Added a
parentFontfield to explicitly define a font to inherit characters from, which will make the child font act as an overlay to the parent- The existing Default font fallback behavior should remain unchanged
- Default fonts are now built-in instead of saved to and loaded from disk
- New & changed fonts
- Added the Queats suite of fonts by adhillisepic (1.21.4+)
- Added the Endermite font by Opticality (1.21.4+)
- Happy Ghast now has a full set of characters
- Monospace has been renamed to Default Monospace, along with some fixes
- Adjusted the 'K' in the Thin font
- Annihilated the Medium Vertical Bar for 1.21.4+
- Added credits to all the fonts
- Other fixes and tweaks
The mod is now licensed under MPL-2.0, except where otherwise stated.
I'm so happy seeing all the use everyone's been getting out of Big Sign Writer.
Thank you, and enjoy ❤️
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:1dCW8iGE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UCpxwAAu:1dCW8iGE"
}

