From 5a024b26ba25705f9b9b659fe829c7aa3159397a Mon Sep 17 00:00:00 2001 From: ME1312 Date: Fri, 18 Jan 2019 19:38:22 -0500 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index 43c7304..d8b23ea 100644 --- a/Configuration.md +++ b/Configuration.md @@ -7,7 +7,7 @@ The text in square brackets represents the type of value expected. The word `Lis `Colored String` - A String that parses color codes (`'&b&lHello There!'`)
`Enum Value` - A String value that matches one from a predefined set
`File Path` - A String value representing a file path. Relative paths begin from the working directory unless otherwise specified.
-`Item` - A String that represents an item in-game (`1:6`, `minecraft:polished_andesite`)
+`Item` - A String that represents an item in-game (`'1:6'`, `'minecraft:polished_andesite'`)
`Integer` - A number value
`Integer Range` - Two Integers representing any number between them (`25500-25559`)
`Object` - A group containing other settings