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 */