-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e87588c
commit 1705ab1
Showing
1 changed file
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
# Minecraft Seven Builder | ||
|
||
Tool to build the minecraft font files into a format for [Pixel Font Converter](https://yellowafterlife.itch.io/pixelfont) | ||
Tool to build the minecraft font files into a format for [Pixel Font Converter](https://yellowafterlife.itch.io/pixelfont) | ||
|
||
This project aims to be 100% faithful to the original Minecraft font by providing all glyphs and correct spacing. | ||
|
||
## Build steps | ||
### Using [`uv`](https://docs.astral.sh/uv/) | ||
|
||
1. Clone this repo | ||
2. Run `uv run src/minecraft_seven/__init__.py` | ||
3. Open [Pixel Font Converter](https://yal.cc/r/20/pixelfont/) | ||
4. Click `Menu` in the top right and select `Batch process` | ||
5. Navigate to the `out` folder in this repo and select both the `png` and `json` file. (by holding <kbd>Ctrl</kbd>) | ||
6. Install the ttf in the downloaded zip! | ||
|
||
## Known issues | ||
- The font doesn't look right when used in LibreSprite | ||
|
||
## Planned features | ||
- [x] Build the Minecraft font files into a format for Pixel Font Converter | ||
- [ ] Options for generating the enchanting table or illager font. |