CoordsCopy v2.0
- 3 Devlogs
- 6 Total hours
A minecraft mod which enables you to copy player and block coordinates with the press of a button.
A minecraft mod which enables you to copy player and block coordinates with the press of a button.
All versions are tested, but of course the maven servers the mod needs for building are NOT reliable. I’ve just had to cancel 10+ CI/CD runs just because maven servers timed out. Keep in mind, each run takes ~20min (which I actually also finally reduced down to ~5min). Only gotta build & publish everything now!
Well… I found out today that all the versions I had published up until that point had the config setting’s effect inverted.
ADDITIONALLY, the forge version was just straight up broken. Turns out, it’s a stupid idea to not register KeyInputHandler.onKeyTick under Neoforge’s onClientTick event.
Instead of the setting in the config screen being a true/false value with “Show output in chat instead of actionbar”, the config value is now “Message Location” with a button that toggles between actionbar and chat for better UX.