Skip to content

Commit

Permalink
Changes for Minecraft 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
d0sboots committed Mar 22, 2017
1 parent 57ba001 commit 99420d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class CommandXpSeed extends CommandBase
* Gets the name of the command
*/
@Override
public String getCommandName()
public String getName()
{
return "xpseed";
}
Expand All @@ -63,7 +63,7 @@ public int getRequiredPermissionLevel()
* @param sender The command sender that executed the command
*/
@Override
public String getCommandUsage(ICommandSender sender)
public String getUsage(ICommandSender sender)
{
return "commands.xpseed.usage";
}
Expand Down
2 changes: 1 addition & 1 deletion resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

"version": "1.1",

"mcversion": "1.11",
"mcversion": "1.11.2",

"url": "https://github.com/d0sboots/EnchantmentRevealer",

Expand Down

0 comments on commit 99420d3

Please sign in to comment.