world_clear: Lining up parameter descriptions

This commit is contained in:
bladeoflight16 2021-07-26 21:31:28 -04:00
parent bdae52c9ae
commit ec7af3e2ee
1 changed files with 1 additions and 1 deletions

View File

@ -30,8 +30,8 @@ namespace StardewModdingAPI.Mods.ConsoleCommands.Framework.Commands.World
name: "world_clear", name: "world_clear",
description: "Clears in-game entities in a given location.\n\n" description: "Clears in-game entities in a given location.\n\n"
+ "Usage: world_clear <location> <object type>\n" + "Usage: world_clear <location> <object type>\n"
+ "- location: the location name for which to clear objects (like Farm), or 'current' for the current location.\n"
+ " - object type: the type of object clear. You can specify 'crops', 'debris' (stones/twigs/weeds and dead crops), 'furniture', 'grass', and 'trees' / 'fruit-trees'. You can also specify 'everything', which includes things not removed by the other types (like resource clumps)." + " - object type: the type of object clear. You can specify 'crops', 'debris' (stones/twigs/weeds and dead crops), 'furniture', 'grass', and 'trees' / 'fruit-trees'. You can also specify 'everything', which includes things not removed by the other types (like resource clumps)."
+ " - location: the location name for which to clear objects (like Farm), or 'current' for the current location.\n"
) )
{ } { }