summaryrefslogtreecommitdiff
path: root/src/main/java/gmail/Lance5057/blocks/CrestMount.java
diff options
context:
space:
mode:
authorLance5057 <Lance5057@gmail.com>2015-07-09 02:03:28 -0500
committerLance5057 <Lance5057@gmail.com>2015-07-09 02:03:28 -0500
commitb4040374ce7af8b219b0273c92ed48aaf84fb32b (patch)
treece02b76ae1f1e7963e43b39dda2c7be5e1584404 /src/main/java/gmail/Lance5057/blocks/CrestMount.java
parente9c02857b01d7c4afe887c612fc3a1a70a973837 (diff)
Revert "Worked on the Finishing Anvil"
This reverts commit e9c02857b01d7c4afe887c612fc3a1a70a973837.
Diffstat (limited to 'src/main/java/gmail/Lance5057/blocks/CrestMount.java')
-rw-r--r--src/main/java/gmail/Lance5057/blocks/CrestMount.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gmail/Lance5057/blocks/CrestMount.java b/src/main/java/gmail/Lance5057/blocks/CrestMount.java
index d1561ec..ccac070 100644
--- a/src/main/java/gmail/Lance5057/blocks/CrestMount.java
+++ b/src/main/java/gmail/Lance5057/blocks/CrestMount.java
@@ -45,7 +45,7 @@ public class CrestMount extends BlockContainer {
return false;
}
//code to open gui explained later
- player.openGui(TinkersDefense.instance, TinkersDefense.GUI_CREST_INV, player.worldObj, x, y, z);
+ player.openGui(TinkersDefense.instance, TinkersDefense.GUI_ITEM_INV, player.worldObj, x, y, z);
return true;
}