Skip to content
This repository was archived by the owner on Apr 15, 2020. It is now read-only.

dotStart/MineClock

Repository files navigation

License GitHub Release CircleCI

MineClock

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:

Screenshot

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.

Table of Contents

Contacts

License

Copyright (C) 2016 Johannes "Akkarin" Donath and other copyright owners as documented in the project's IP log. License

Downloads

Released versions of the library can be found on GitHub.

Issues

You encountered problems with the library or have a suggestion? Create an issue!

  1. Make sure your issue has not been fixed in a newer version (check the list of closed issues
  2. Create a new issue from the issues page
  3. 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)
  4. Click "Submit" and wait for further instructions

Building

  1. Clone this repository via git clone https://github.com/dotStart/MineClock.git or download a zip
  2. Build the modification by running mvn clean package
  3. The resulting jars can be found in their respective target directories as well as your local maven repository

Contributing

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.