From bce128f13ce5e8358f429542aa90471f71ebd2f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Wed, 1 Apr 2015 11:38:40 +0200 Subject: [PATCH] Updated Forge dependency version to the (hopefully?) correct one. --- src/main/resources/mcmod.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index bc43b80d8..945abe94e 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -8,7 +8,7 @@ "authorList": ["Florian 'Sangar' Nuecke", "Johannes 'Lord Joda' Lohrer", "Everyone who contributed to the mod on Github - thank you!"], "credits" : "Inspired by a couple of other mods, most notably ComputerCraft.", "logoFile" : "assets/opencomputers/textures/gui/logo.png", - "requiredMods": [ "Forge@[10.13.0.1180,)" ], + "requiredMods": [ "Forge@[11.14.1.1313,)" ], "dependencies": [ "BuildCraft|Core", "ComputerCraft",