Mispelling of Baritone
Swuup opened this issue ยท 4 comments
Some information
Operating system: Windows 10
Java version: Minecraft default
Minecraft version: 1.16.5
Baritone version: GitHub Release a48ae2a (v1.6.3)
Fabric mods (if used): Sodium, Full bright
How to reproduce
Final checklist
- I know how to properly use check boxes
- [ X] I have included the version of Minecraft I'm running, baritone's version and forge mods (if used).
- [X ] I have included logs, exceptions and / or steps to reproduce the issue.
- [ X] I have not used any OwO's or UwU's in this issue.
Some information
Operating system: Windows 10
Java version: Minecraft default
Minecraft version: 1.16.5
Baritone version: GitHub Release a48ae2a (v1.6.3)
Fabric mods (if used): Sodium, Full brightHow to reproduce
Final checklist
- I know how to properly use check boxes
- [ X] I have included the version of Minecraft I'm running, baritone's version and forge mods (if used).
- [X ] I have included logs, exceptions and / or steps to reproduce the issue.
- [ X] I have not used any OwO's or UwU's in this issue.
It's not a bug, it's a feature... If the month is april and the day of the month is below 4(or below 3, idk how its index works) it displays baritoe instead of baritone.
This is the code:
final boolean xd = now.get(Calendar.MONTH) == Calendar.APRIL && now.get(Calendar.DAY_OF_MONTH) <= 3;
ITextComponent baritone = new TextComponentString(xd ? "Baritoe" : BaritoneAPI.getSettings().shortBaritonePrefix.value ? "B" : "Baritone");