Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Improved description
Changed a repeat use of the word in to within, to stay grammatically correct, and removed punctuation to stay within the style of other module's descriptions.
  • Loading branch information
CozyMeli-gitv2 authored Aug 4, 2022
commit a97e91438b7e4394711f78d4e2689c61f25f877f
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import javax.imageio.ImageIO
internal object MapDownloader : Module(
name = "MapDownloader",
category = Category.MISC,
description = "Downloads maps in item frames in your render distance to file."
description = "Downloads maps in item frames within your render distance to file"
) {

private val scale by setting("Scale", 1, 1..20, 1, description = "Higher scale results in higher storage use!")
Expand Down