Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjaroslav/bookstealer
Minecraft client mod for book content saving.
https://github.com/mjaroslav/bookstealer
minecraft minecraft-client-side minecraft-fabric minecraft-fabric-mod minecraft-forge minecraft-forge-mod minecraft-mod minecraft-modification minecraft-modifications
Last synced: about 1 month ago
JSON representation
Minecraft client mod for book content saving.
- Host: GitHub
- URL: https://github.com/mjaroslav/bookstealer
- Owner: MJaroslav
- License: wtfpl
- Created: 2022-01-02T19:22:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-12T19:57:52.000Z (over 2 years ago)
- Last Synced: 2023-12-15T23:52:16.325Z (about 1 year ago)
- Topics: minecraft, minecraft-client-side, minecraft-fabric, minecraft-fabric-mod, minecraft-forge, minecraft-forge-mod, minecraft-mod, minecraft-modification, minecraft-modifications
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/bookstealer
- Size: 174 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BookStealer
Minecraft client mod for book content saving. For saving the book, open it and click save button.
## Configuration
- `rude_text` — use rude text for save book button. Why? Just for lulz. `false` as default.
- `save_dir` — book saving directory, use `%MINECRAFT%` for game instance directory (it's `--gameDir` launch param
value). `%MINECRAFT%/books` as default.
- `book_file_format` — book file name pattern, you can use `%TITLE%`, `%AUTHOR%` and `%DATE%` for
autoreplacing. `%TITLE%_%AUTHOR%_%DATE%.txt` as default.
- `date_format` — date format for `%DATE%` in book file name. Uses formatting from SimpleDateFormat. `yyyy-MM-dd_hh-mm` as
default.## Porting on other versions and other questions
See LICENSE
## Credits
Anonymous request from [2ch.hk/mc/](https://2ch.hk/mc/)## Links
[curseforge.com](https://www.curseforge.com/minecraft/mc-mods/bookstealer) \
[forum.mcmodding.ru](https://forum.mcmodding.ru/resources/bookstealer.275/)