Added the remaining translation nodes

This commit is contained in:
Matthew Miller
2019-11-09 18:35:45 +10:00
parent fc0fee39cb
commit 87fb9f6d0e
10 changed files with 147 additions and 43 deletions

View File

@ -458,8 +458,8 @@ public class SelectionCommands {
actor.printInfo(TranslatableComponent.of("worldedit.size.type", TextComponent.of(session.getRegionSelector(world).getTypeName())));
for (String line : session.getRegionSelector(world).getInformationLines()) {
actor.printInfo(TextComponent.of(line));
for (Component line : session.getRegionSelector(world).getSelectionInfoLines()) {
actor.print(line);
}
}
BlockVector3 size = region.getMaximumPoint()
@ -531,7 +531,7 @@ public class SelectionCommands {
BlockDistributionResult res = new BlockDistributionResult(distribution, separateStates);
if (!actor.isPlayer()) res.formatForConsole();
return res.create(finalPage);
}, null);
}, (Component) null);
}
@Command(