mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-08 16:56:07 +00:00
carvers go brrrrrrr
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user