Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dries007 committed Dec 21, 2014
1 parent b11f91d commit f5ccee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -26,7 +26,7 @@ apply plugin: "forge"
apply plugin: "maven"

group = "net.doubledoordev.mtrm"
version = "1.0.0"
version = "1.1.0"

targetCompatibility = 1.7
sourceCompatibility = 1.7
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/doubledoordev/mtrm/gui/MTRMGui.java
Expand Up @@ -458,7 +458,7 @@ protected void drawGuiContainerForegroundLayer(int p_146979_1_, int p_146979_2_)
{
if (editing != -1)
{
this.fontRendererObj.drawString("Editing slot " + editing, -110, -40, 0xFFFFFF);
this.fontRendererObj.drawString("Editing slot " + editing, -110, -35, 0xFFFFFF);
this.fontRendererObj.drawString("Slot Options", -100, 0, 0xFFFFFF);
}
this.fontRendererObj.drawString("Recipe Options", this.xSize + 15, 0, 0xFFFFFF);
Expand Down

0 comments on commit f5ccee8

Please sign in to comment.