Auto format code
This commit is contained in:
parent
fc4d8686b8
commit
b25742dde0
175 changed files with 527 additions and 737 deletions
|
@ -114,7 +114,7 @@ public class TechRebornDevCommand extends CommandBase {
|
|||
sender.sendMessage(new TextComponentString(e.getLocalizedMessage()));
|
||||
}
|
||||
} else if ("ores".equals(args[0])) {
|
||||
for(String ore: OreDictionary.getOreNames()){
|
||||
for (String ore : OreDictionary.getOreNames()) {
|
||||
System.out.println(ore);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue