koushin was a mod I made for Minecraft v1.12.2 to help with informing users of a modpack update.
This repository has been archived on 2024-10-25. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2024-10-25 18:27:23 +02:00
CVS ADD: initial commit 2024-10-25 18:27:23 +02:00
Koushin ADD: initial commit 2024-10-25 18:27:23 +02:00
LICENSE Initial commit 2024-10-25 16:06:04 +00:00
README.md ADD: initial commit 2024-10-25 18:22:59 +02:00

Koushin

A Minecraft Mod to help notify users of updates.
Setup »



About Koushin

Koushin is a Minecraft Mod for 1.12.2 which simply checks
a URL for the current version and compares against its own.
This is a repository, writen in Java, for a 'Update Checker'
to be deployed on 'Minecraft Modpacks'.
It is useless on it's own, you need to provide a public
json-formatted 'version' tag and hard-code it into the mod.

Why?

  • To help users of my modpacks notified of potential updates.
  • To keep track of the current versions for said modpacks.
  • Because I wanted to make life easier for myself and others.


Getting Started

To get the project installed, follow this simple guide.

Prerequisites:

For projects post-2022:
This project depends on the following:

  + Forge

Installation:

  1. From a terminal, run:
  git clone https://git.aya.so/maple/mckoushin

TO-DO



Roadmap & Updates

  • No roadmap provided.

Please see the open issues for a list of proposed features (as well as known issues).



Contributing

If you want to make a contribution, please fork the repository & create a pull request. If you have a suggestion you would want to see, you can open a new issue with your request.

  1. Fork the project
  2. Create your Feature Branch (git checkout -b feature/YourFeature)
  3. Commit changes (git commit -m 'This is my feature commit.')
  4. Push to the Branch (git push origin feature/YourFeature)
  5. Open a Pull Request.


Contact & Support