From acfcef9c211776bea003a72a41476730cbbddc73 Mon Sep 17 00:00:00 2001 From: ME1312 Date: Fri, 18 Jan 2019 19:18:38 -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 5655dfb..ae091ee 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.
-`Icon` - 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 seperated by a dash (`25500-25559`)
`Object` - A group containing other settings