Skip to content

Commit

Permalink
fix variable name for mc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
progwml6 committed Nov 21, 2015
1 parent 766c2cd commit 628a4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/slimeknights/mantle/Mantle.java
Expand Up @@ -16,7 +16,7 @@
*
* @author Sunstrike <sun@sunstrike.io>
*/
@Mod(modid = Mantle.modId, name = Mantle.modName, version = Mantle.modVersion, dependencies = "required-after:Forge@[11.14,)", mcversion="[1.8,1.8.8]")
@Mod(modid = Mantle.modId, name = Mantle.modName, version = Mantle.modVersion, dependencies = "required-after:Forge@[11.14,)", acceptedMinecraftVersions="[1.8,1.8.8]")
public class Mantle {

public static final String modId = "mantle";
Expand Down

0 comments on commit 628a4c1

Please sign in to comment.