diff --git a/README.md b/README.md index 270e1a0..3b813f5 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Visit the official thread: www.minecraftforum.net/forums/mapping-and-modding/min ## Support -If you like my work, you are welcome to [donate](https://www.twitchalerts.com/donate/skate702germany)! Programming is even more fun with hot pizza or cold coffee. +If you like my work, you are welcome to [donate](https://www.tipeeestream.com/skate702germany/donation)! Programming is even more fun with hot pizza or cold coffee. Also, you can support the code directly with pull requests if you have a cool idea. Feedback is nice, too! Mail-Address: dev@skate702.de diff --git a/src/main/java/de/skate702/craftingkeys/CraftingKeys.java b/src/main/java/de/skate702/craftingkeys/CraftingKeys.java index 62ce867..f664180 100644 --- a/src/main/java/de/skate702/craftingkeys/CraftingKeys.java +++ b/src/main/java/de/skate702/craftingkeys/CraftingKeys.java @@ -41,7 +41,7 @@ import net.minecraftforge.common.MinecraftForge; public class CraftingKeys { public static final String MODID = "craftingkeys"; - public static final String VERSION = "1.0.1"; + public static final String VERSION = "1.0.2"; public static final String NAME = "Crafting Keys"; /** @@ -144,7 +144,6 @@ public class CraftingKeys { @SubscribeEvent public void onTick(TickEvent.ClientTickEvent tick) { - // Get current Screen, then test GuiScreen currentScreen = Util.client.currentScreen; if (currentScreen != null) { diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index 9193595..94eaf62 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -3,10 +3,10 @@ "modid": "craftingkeys", "name": "Crafting Keys", "description": "Simple better crafting! Crafing Keys enables new inventory key-bindings to speed up your crafting.", -"version": "1.0.1", +"version": "1.0.2", "credits": "Based on the open-source InvTweaks-Mod. Thanks a lot!", -"mcversion": "1.7.10, 1.8, 1.8.9, 1.9", -"url": "http://skate702.de", -"authorList": [ "skate702", "sebinside" ] +"mcversion": "1.7.10 - 1.10.*", +"url": "http://craftingkeys.skate702.de", +"authorList": [ "skate702 (sebinside)" ] } ] \ No newline at end of file