Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/traneptora/enchantview
EnchantView minecraft mod
https://github.com/traneptora/enchantview
Last synced: 22 days ago
JSON representation
EnchantView minecraft mod
- Host: GitHub
- URL: https://github.com/traneptora/enchantview
- Owner: Traneptora
- License: other
- Created: 2014-02-13T22:00:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T17:47:27.000Z (over 7 years ago)
- Last Synced: 2024-10-04T13:45:00.646Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 104 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EnchantView #
EnchantView is a very advanced mod that automatically switches your tools and weapons.
See [http://is.gd/ThebombzensMods#EnchantView](http://is.gd/ThebombzensMods#EnchantView) for details.
Note: If you want to contribute, feel free! Just send me a pull request and I'll review it before adding it.
## Compiling ##
First, you need to clone [ThebombzenAPI](https://github.com/thebombzen/ThebombzenAPI) to the same directory that you cloned EnchantView. i.e. you should see ThebombzenAPI/ and EnchantView/ in the same directory.
Then navigate to EnchantView and run:
$ ./build.sh
This will create the directory "build" which and all build supplies inside of it, and should create a finished EnchantView jar file upon completion.
On Windows? Sorry, you're on your own. I don't know how to write CMD Batch files.
## Eclipse ##
Once you've run the buildscript at least once, you can go to Eclipse and select File -> Import -> Existing Projects to Workspace, and select EnchantView as the root project directory. If you have the Git plugin it should recognize EnchantView as a git respository.
## Releases ##
The releases in the upper-right contain intermediary releases that don't bump the version number. This is to publish hotfixes without reminding everyone to update.