Did you ever wish there was an absolutely over engineered clock which would give you a simple indication of whether it is dark on the surface or whether it rains while you are mining in the depths of Moria?
No? Me neither. But let's get you introduced to MineClock anyways:
This Java based program easily integrates with Minecraft and allows you to see what time it is while you focus on mining or PvP (I especially recommend trying to run it on another screen while playing UHC). As part of the program there is two methods of receiving correct times:
- By installing the LiteLoader mod
- By timing correctly using one of the four settings for Morning, Noon, Evening and Midnight respectively.
Copyright (C) 2016 Johannes "Akkarin" Donath and other copyright owners as documented in the project's IP log.
Released versions of the library can be found on GitHub.
You encountered problems with the library or have a suggestion? Create an issue!
- Make sure your issue has not been fixed in a newer version (check the list of closed issues
- Create a new issue from the issues page
- Enter your issue's title (something that summarizes your issue) and create a detailed description containing:
- What is the expected result?
- What problem occurs?
- How to reproduce the problem?
- Crash Log (Please use a Pastebin service)
- Click "Submit" and wait for further instructions
- Clone this repository via
git clone https://github.com/dotStart/MineClock.git
or download a zip - Build the modification by running
mvn clean package
- The resulting jars can be found in their respective
target
directories as well as your local maven repository
Before you add any major changes to the library you may want to discuss them with us (see Contact) as we may choose to reject your changes for various reasons. All contributions are applied via Pull-Requests. Patches will not be accepted. Also be aware that all of your contributions are made available under the terms of the Apache License 2.0. Please read the Contribution Guidelines for more information.