formatting for compressed data tree
This commit is contained in:
parent
815c52e5d7
commit
b01b602728
16 changed files with 78 additions and 19 deletions
|
@ -16,7 +16,7 @@ public class CommandSeed extends Command {
|
|||
|
||||
public Object exec(CommandEnvironment env, Executor exec, WorldServer world, boolean dump) {
|
||||
if(dump)
|
||||
exec.logConsole("Daten: %s", world.dimension.dumpTags().toString());
|
||||
exec.logConsole("Daten: %s", world.dimension.dumpTags().format(4));
|
||||
exec.logConsole("Startwert von %s: %d", world.dimension.getFormattedName(false), world.dimension.getSeed());
|
||||
return world.dimension.getSeed();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue