Skip to content

Commit

Permalink
More improvements, working towards First beta
Browse files Browse the repository at this point in the history
Just got some improvements to do then 0.9.2 will be released.
  • Loading branch information
jriwanek committed Apr 25, 2016
1 parent 44e99a2 commit fab5fab
Show file tree
Hide file tree
Showing 126 changed files with 251 additions and 349 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
1) Add CurseGradle (makes my life easier)
2) Make ores more common (atleast until I decide on balance)
2) Added textures for Small Powders
3) Added textures for Small Blends
4) Added textures for Shears
5) Pre-Added textures for molten fluids
1) Disabled Recipes for Fishing Rod, Crossbow, Horse Armor & Bolts (They're all pretty buggy currently)
2) Enabled Bows & Arrows (Textures arn't 100% and there are issues, but they're not major ones)
3) Added Remaining Textures
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ allprojects {
targetCompatibility = 1.8
}

version = "0.9.1"
version = "0.9.2"
group= "modernmetals" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "ModernMetals"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/modernmetals/ModernMetals.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class ModernMetals
public static ModernMetals INSTANCE = null;
public static final String MODID = "modernmetals";
public static final String NAME = "Modern Metals";
public static final String VERSION = "0.9.1";
public static final String VERSION = "0.9.2";

/** All ore-spawn files discovered in the ore-spawn folder */
public static final List<Path> oreSpawnConfigFiles = new LinkedList<>();
Expand Down
Loading

0 comments on commit fab5fab

Please sign in to comment.