carvers go brrrrrrr

This commit is contained in:
dfsek
2020-12-05 15:59:48 -07:00
parent 3d7796d8c3
commit 0e4df43ddb
6 changed files with 52 additions and 56 deletions

View File

@@ -38,7 +38,7 @@ public class PacksCommand extends Command {
LangUtil.send("command.packs.main", commandSender);
registry.entries().forEach(entry -> {
ConfigPackTemplate template = entry.getTemplate();
LangUtil.send("command.packs.pack", commandSender, template.getID(), template.getAuthor());
LangUtil.send("command.packs.pack", commandSender, template.getID(), template.getAuthor(), template.getVersion());
});
return true;