Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hea3ven committed Aug 1, 2015
1 parent 8c62800 commit c3a301a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
1.1.0:
* add support for minecraft 1.7.10, 1.8, and 15w31c.

1.0.0:
* initial release.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@ To disable add the following java parameter: -Dasmtweaks.disableNonSolidLeaves

### Versions and Installation

Snapshot 15w31a/15w31b:
* Requires [meddle](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2488387-meddle-minecraft-tweakclass-mod-loader-15w31a) by FyberOptic
* Download [hea3ven-tweaks-15w31a-1.0.0.jar](http://www.mediafire.com/download/y5q6qlvdkc2lewd/hea3ven-tweaks-15w31a-1.0.0.jar) into the "meddle" folder created by meddle.
Download: [hea3ven-tweaks-1.0.1.jar](http://www.mediafire.com/download/spt8g1c7j8uz8kv/hea3ven-tweaks-1.0.1.jar)

Changelog: [Changelog](https://github.com/hea3ven/HardModeTweaks/blob/master/CHANGELOG)

Snapshot 1.7.10/1.8:
* Requires [Forge](http://minecraftforge.net)
* Copy hea3ven-tweaks-1.0.1.jar into the "mods" folder created by Forge.

Snapshot 15w31c:
* Requires [Meddle](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2488387-meddle-minecraft-tweakclass-mod-loader-15w31a)
* Copy hea3ven-tweaks-1.0.1.jar into the "meddle" folder created by Meddle.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
apply plugin: 'java'
apply plugin: 'eclipse'

version = "15w31a-1.0.0"
version = "1.0.1"
group = "com.hea3ven.tweaks"
archivesBaseName = "hea3ven-tweaks"

Expand Down

0 comments on commit c3a301a

Please sign in to comment.