Earthcomputer / EnchantmentCracker

Cracking the XP seed in Minecraft and choosing your enchantments
MIT License
1.04k stars 91 forks source link

Not Enough Warn Message For Doing Wrong #111

Open XiaoGeNintendo opened 5 years ago

XiaoGeNintendo commented 5 years ago

Hi. I think the current software has little message for doing something wrong. This is not a major issue but can improve the user's experience by a little.

For example, if the xp seed is wrong or one forgets to get their player seed before cracking the enchantment, the software will only print a line of message in console but not on the GUI, which could be confusing to newcomers. :(

To solve this, it could be easy by adding a function like Log.infoWithDisplay(string info). This is a merge of the second and third enhancement of #110

Hope you'd accept this. :)