diff --git a/build.properties b/build.properties index a82ad703..dc0fb19a 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ # #Sat Dec 28 00:14:08 EST 2013 minecraft_version = 1.7.10 -forge_version = 10.13.2.1236 +forge_version = 10.13.2.1258 mod_version = 0.2 diff --git a/src/main/java/com/pahimar/ee3/client/gui/inventory/GuiAlchemicalTome.java b/src/main/java/com/pahimar/ee3/client/gui/inventory/GuiAlchemicalTome.java index d5df7332..5e541d4c 100644 --- a/src/main/java/com/pahimar/ee3/client/gui/inventory/GuiAlchemicalTome.java +++ b/src/main/java/com/pahimar/ee3/client/gui/inventory/GuiAlchemicalTome.java @@ -34,9 +34,10 @@ public class GuiAlchemicalTome extends GuiBase { super.initGui(); - prevPageButton = new ElementButton(this, 10, 10, "Prev", 0, 0, 20, 0, 0, 0, 20, 10, 40, 10, "textures/gui/elements/arrowLeft.png"); - s + prevPageButton = new ElementButton(this, 15, 177, "Prev", 0, 0, 20, 0, 40, 0, 20, 10, 60, 10, "textures/gui/elements/arrowLeft.png"); + nextPageButton = new ElementButton(this, 223, 177, "Next", 0, 0, 22, 0, 44, 0, 22, 10, 66, 10, "textures/gui/elements/arrowRight.png"); addElement(prevPageButton); + addElement(nextPageButton); } @Override diff --git a/src/main/resources/assets/ee3/textures/gui/elements/arrowLeft.png b/src/main/resources/assets/ee3/textures/gui/elements/arrowLeft.png index 5b42901f..d57409f7 100644 Binary files a/src/main/resources/assets/ee3/textures/gui/elements/arrowLeft.png and b/src/main/resources/assets/ee3/textures/gui/elements/arrowLeft.png differ diff --git a/src/main/resources/assets/ee3/textures/gui/elements/arrowRight.png b/src/main/resources/assets/ee3/textures/gui/elements/arrowRight.png index 448b1a49..81f34b2a 100644 Binary files a/src/main/resources/assets/ee3/textures/gui/elements/arrowRight.png and b/src/main/resources/assets/ee3/textures/gui/elements/arrowRight.png differ diff --git a/src/main/resources/assets/ee3/textures/xcf/gui/elements/arrowLeft.xcf b/src/main/resources/assets/ee3/textures/xcf/gui/elements/arrowLeft.xcf index 8e735da0..76d0ba48 100644 Binary files a/src/main/resources/assets/ee3/textures/xcf/gui/elements/arrowLeft.xcf and b/src/main/resources/assets/ee3/textures/xcf/gui/elements/arrowLeft.xcf differ diff --git a/src/main/resources/assets/ee3/textures/xcf/gui/elements/arrowRight.xcf b/src/main/resources/assets/ee3/textures/xcf/gui/elements/arrowRight.xcf index f946817b..c5f6e13b 100644 Binary files a/src/main/resources/assets/ee3/textures/xcf/gui/elements/arrowRight.xcf and b/src/main/resources/assets/ee3/textures/xcf/gui/elements/arrowRight.xcf differ