Skip to content

Commit

Permalink
1.10 release
Browse files Browse the repository at this point in the history
Adds ability to craft gems
  • Loading branch information
zepanv committed May 26, 2016
1 parent 17132dc commit b8c20d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {

apply plugin: 'forge'
minecraft { version = "1.7.10-10.13.4.1448-1.7.10" }
version = "0.1.9a"
version = "0.1.10"
group= "gwydion0917.gwycraft" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "gwycraft-mc1710"

Expand Down
2 changes: 1 addition & 1 deletion gwycraft_common/gwydion0917/gwycraft/Gwycraft.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import cpw.mods.fml.common.event.FMLPreInitializationEvent;
import cpw.mods.fml.common.registry.GameRegistry;

@Mod(modid = "gwycraft", name = "GwyCraft", version = "0.1.9a", guiFactory = "gwydion0917.gwycraft.client.GwyCraftGuiFactory")
@Mod(modid = "gwycraft", name = "GwyCraft", version = "0.1.10", guiFactory = "gwydion0917.gwycraft.client.GwyCraftGuiFactory")
public class Gwycraft {

public static final String[] gwyColorNames = {"White", "Orange", "Magenta", "Light Blue", "Yellow", "Light Green", "Pink", "Dark Grey", "Light Grey", "Cyan", "Purple", "Blue", "Brown", "Green", "Red", "Black"};
Expand Down

0 comments on commit b8c20d6

Please sign in to comment.