mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
parent
c69e87bec3
commit
6df5076d19
7 changed files with 62 additions and 69 deletions
|
|
@ -22,7 +22,7 @@ namespace MinecraftClient.Commands
|
|||
int x = Convert.ToInt32(args[0]);
|
||||
int y = Convert.ToInt32(args[1]);
|
||||
int z = Convert.ToInt32(args[2]);
|
||||
handler.PlaceBlock(new Location(x, y, z), 0);
|
||||
handler.PlaceBlock(new Location(x, y, z), Direction.Down);
|
||||
}
|
||||
else { return CMDDesc; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue