Change Command ConfigName -> ItemName

This commit is contained in:
Sn0wStorm
2019-08-18 21:46:03 +02:00
parent 86f2cd7546
commit 3ee9ced789
18 changed files with 20 additions and 20 deletions
@@ -1208,7 +1208,7 @@ public class ConfigUpdater {
}
}
if (index != -1) {
addLines(index + 1, "# With an item in your hand, use /brew configname to get its material for use in a recipe");
addLines(index + 1, "# With an item in your hand, use /brew ItemName to get its material for use in a recipe");
}
if (P.use1_13) updateMaterialDescriptions(false);
}