From a6c24e9cb68ad607be43b0f175bc098294c9e2f4 Mon Sep 17 00:00:00 2001
From: Electroblob77 <35599699+Electroblob77@users.noreply.github.com>
Date: Tue, 3 Sep 2019 16:27:55 +0100
Subject: [PATCH] Cleanup
---
src/main/java/electroblob/wizardry/Wizardry.java | 4 ++--
.../java/electroblob/wizardry/util/CustomSoundCategory.java | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/java/electroblob/wizardry/Wizardry.java b/src/main/java/electroblob/wizardry/Wizardry.java
index 27ff39ea..5e9991d7 100644
--- a/src/main/java/electroblob/wizardry/Wizardry.java
+++ b/src/main/java/electroblob/wizardry/Wizardry.java
@@ -54,9 +54,9 @@ public class Wizardry {
/**
* The version number for this version of wizardry. The following system is used for version numbers:
*
- * [major Minecraft version].[major mod version].[minor mod version/patch]
+ * [major Minecraft version].[major mod version].[minor mod version/patch]
*
- * The major mod version is consistent across Minecraft versions, i.e. Wizardry 1.1 has the same
+ * The major mod version is consistent across Minecraft versions, i.e. Wizardry 1.1 has the same
* features as Wizardry 2.1, but they are for different versions of Minecraft and have separate minor versioning.
* 1.x.x represents Minecraft 1.7.x versions, 2.x.x represents Minecraft 1.10.x versions, 3.x.x represents Minecraft
* 1.11.x versions, and so on.
diff --git a/src/main/java/electroblob/wizardry/util/CustomSoundCategory.java b/src/main/java/electroblob/wizardry/util/CustomSoundCategory.java
index 8ddb6050..68e6c8ad 100644
--- a/src/main/java/electroblob/wizardry/util/CustomSoundCategory.java
+++ b/src/main/java/electroblob/wizardry/util/CustomSoundCategory.java
@@ -44,7 +44,7 @@ public final class CustomSoundCategory {
/**
* Adds a new custom sound category, performing the necessary changes to GameSettings and
*
- * @param name A unique name for the sound category
+ * @param name A unique name for the sound category. Must not contain any colons!
* @return The resulting SoundCategory object
* @throws IllegalArgumentException if name is not unique
*/