Added jp translation by @PExPE3!
After launching up, the config will have another config option require or not require the journal book to open up the GUI
Added retry to sync journal
tr_tr.json Turkish Localization by RuyaSavascisi!
Make toast width dynamic to text width
Make toast more compact
Added a sort button
Added Favoriting mobs
Try to improve performance more
Code clean up
Added a discovery date for mobs (only available for new mobs discovered after this version)
Add 4 new config settings and configs now auto migrate (adds missing settings)
- record_discovery_timestamp -> records timestamp when the mob was unlocked
- show_discovery_date -> if the mob that was unlocked has a timestamp, shows the day it was unlocked
- mob_check_interval -> runs by ticks -> only ticks down when a valid mob is in the vicinity
- mob_check_radius -> the radius
Try to improve performance more
{getLootDrops} -> if more than 6, you can expand to see the rest of the drops
Adds 2 new variables: {getTameable}, {getCategory}
New default.json
Fix wrong default.json
Sorry about that! I forgot to switch back...
Improves mob rendering, you now should have better fps while having unlocked a lot of mobs.
Reformat color format for MarkdownParser
Add another check for mob drops
getLootdrops now uses minecraft's tooltip instead of custom tool tip
Configs now support "namespace:*" for blacklisting all mobs from a mod.
Adds 3 new commands starting with /journal
Attempts to optimize mob rendering in JournalScreen & MobDetailScreen.
Fixes crash if loottable returns an item that is air or it might be empty.
Fix not able to start server
- Remade toast + make it smaller
After this version after loading in for the first time, there will be a journal.json in the configs folder for:
- Blacklisting mobs (no longer shows up in the journal + no toast)
- Changing the postion of the toast (top left/right, bottom left/right)
Fix not working on servers Journal now updates when new mobs are added to the book
New textures for Mob Journal item, arrows
Added book item with place holder texture Journal GUI now requires the Mob Journal to open
First version!