An open API service indexing awesome lists of open source software.

https://github.com/noahc3/abilitystones

Ability Stones mod for 1.10/1.11/1.12
https://github.com/noahc3/abilitystones

minecraft minecraft-forge minecraft-forge-mod minecraft-mod mod

Last synced: 8 months ago
JSON representation

Ability Stones mod for 1.10/1.11/1.12

Awesome Lists containing this project

README

          

# Ability Stones ![](http://cf.way2muchnoise.eu/full_ability-stones-mod_downloads.svg) ![](https://img.shields.io/badge/Supported%20MC%20Versions-1.12.2-orange.svg?colorA=E04E14&colorB=2D2D2D)
### Releases (MC 1.8-1.12): [CurseForge](https://minecraft.curseforge.com/projects/ability-stones-mod)

## What is This?

Ability Stones is a mod for Minecraft 1.10+ that adds special stones that give the player various abilities, ranging from standard potion effects to other
useful things like item repair.

## Feature Information

Please view [the wiki](https://github.com/noahc3/AbilityStones/wiki) for information on the mods game mechanics. The mod also features full [JEI](https://minecraft.curseforge.com/projects/just-enough-items-jei) integration for all crafting recipes and infusions.

## Links

* Wiki: [GitHub Wiki](https://github.com/noahc3/AbilityStones/wiki)
* Releases: [CurseForge](https://minecraft.curseforge.com/projects/ability-stones-mod)

## Contributing
Please report bugs on the Github [issue tracker](https://github.com/noahc3/AbilityStones/issues), making sure to include the game log, crash report (if applicable), and steps to reproduce the issue (if possible). I'd also love to hear suggestions on how to improve or expand the mods features, you can leave those in the [issue tracker](https://github.com/noahc3/AbilityStones/issues) as well. Pull requests are welcome as long as they actually improve something (I know my code is kind of a mess so cleanup PRs are appreciated, though I'll get around to it myself *soon*™).

## Development Setup

1. Fork this project and clone the repo to your desktop OR download the repo as an archive.
2. Navigate to the local directory and follow [these steps](http://mcforge.readthedocs.io/en/latest/gettingstarted/#from-zero-to-modding) to setup the dev
environment.

## Building the Source Code

1. Fork this project and clone the repo to your desktop OR download the repo as an archive.
2. Do the following:
* Windows: Open command prompt in the local directory and run gradlew build
* Linux: Open terminal in the local directory and run ./gradlew build

## What Minecraft versions are supported?

The mod is available for Minecraft 1.12.2, 1.12.1, 1.12, 1.11.2, 1.10.2 and 1.8.9.
* 1.12.2 is the only fully supported version at this time.
* 1.10.2, 1.11.2, 1.12 and 1.12.1 are all feature consistent with the 1.12.2 version, but will not receive any updates going forwad
* 1.8.9 is missing most of the features of Ability Stones 2, will not be updated in the future, and is not supported.