https://github.com/hajdam/minecart-updater
Mods updater for Minecraft server minecart.cz
https://github.com/hajdam/minecart-updater
Last synced: 2 months ago
JSON representation
Mods updater for Minecraft server minecart.cz
- Host: GitHub
- URL: https://github.com/hajdam/minecart-updater
- Owner: hajdam
- License: apache-2.0
- Created: 2016-11-13T22:24:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T19:01:40.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T10:24:54.564Z (7 months ago)
- Language: Java
- Homepage:
- Size: 521 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes.txt
- License: LICENSE
Awesome Lists containing this project
README
Minecart Updater - Minecraft Mods Updater for minecart.cz
=========================================================Mods updater for minecart.cz
Screenshot
----------
Features
--------* Checking for new updates
* TODO: Automatic update of updater
* Detecting Minecraft profile by name
* Updating files in mod folder
* TODO: Update forge using its installerStructure
---------As the project is currently in alpha stage, repository contains complete resources for distribution package with following folders:
* doc - Documentation
* gradle - Gradle wrapper
* src - Sources related to building distribution packages
* images - Some imagesCompiling
---------Java Development Kit (JDK) version 7 or later is required to build this project.
For project compiling Gradle 2.0 build system is used. You can either download and install gradle and run "gradle distZip" command in project folder or gradlew or gradlew.bat scripts to download separate copy of gradle to perform the project build.
Build system website: http://gradle.org
Development
-----------The Gradle build system provides support for various IDEs. See gradle website for more information.
* Eclipse 3.7 or later
Install Gradle integration plugin: http://marketplace.eclipse.org/content/gradle-integration-eclipse-0
* NetBeans 8.0 or later
Install Gradle support plugin: http://plugins.netbeans.org/plugin/44510/gradle-support
License
-------Apache License Version 2.0