Skip to content

Commit fab5fab

Browse files
committed
More improvements, working towards First beta
Just got some improvements to do then 0.9.2 will be released.
1 parent 44e99a2 commit fab5fab

File tree

126 files changed

+251
-349
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+251
-349
lines changed

CHANGELOG.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
1) Add CurseGradle (makes my life easier)
2-
2) Make ores more common (atleast until I decide on balance)
3-
2) Added textures for Small Powders
4-
3) Added textures for Small Blends
5-
4) Added textures for Shears
6-
5) Pre-Added textures for molten fluids
1+
1) Disabled Recipes for Fishing Rod, Crossbow, Horse Armor & Bolts (They're all pretty buggy currently)
2+
2) Enabled Bows & Arrows (Textures arn't 100% and there are issues, but they're not major ones)
3+
3) Added Remaining Textures

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ allprojects {
3737
targetCompatibility = 1.8
3838
}
3939

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

src/main/java/modernmetals/ModernMetals.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class ModernMetals
3434
public static ModernMetals INSTANCE = null;
3535
public static final String MODID = "modernmetals";
3636
public static final String NAME = "Modern Metals";
37-
public static final String VERSION = "0.9.1";
37+
public static final String VERSION = "0.9.2";
3838

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

0 commit comments

Comments
 (0)