diff --git a/pom.xml b/pom.xml
index 2c4ea6bd..c65149c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
Class doesn't load in mc <= 1.12 (Can't find RecipeChoice, BlockData and NamespacedKey) + *
Class doesn't load in mc 1.12 and lower (Can't find RecipeChoice, BlockData and NamespacedKey) */ public class BSealer implements InventoryHolder { public static final NamespacedKey TAG_KEY = new NamespacedKey(P.p, "SealingTable"); diff --git a/src/com/dre/brewery/api/events/brew/BrewModifyEvent.java b/src/com/dre/brewery/api/events/brew/BrewModifyEvent.java index 94b55c08..240c0350 100644 --- a/src/com/dre/brewery/api/events/brew/BrewModifyEvent.java +++ b/src/com/dre/brewery/api/events/brew/BrewModifyEvent.java @@ -102,7 +102,7 @@ public enum Type { STATIC, /** - * Sealing the Brew (unlabel & static & stripped) With Command or Machine + * Sealing the Brew (unlabel & static & stripped) With Command or Machine */ SEAL, diff --git a/src/com/dre/brewery/utility/BUtil.java b/src/com/dre/brewery/utility/BUtil.java index 3a184635..07e57212 100644 --- a/src/com/dre/brewery/utility/BUtil.java +++ b/src/com/dre/brewery/utility/BUtil.java @@ -58,7 +58,7 @@ public static String color(String msg) { * @param currentPos Current Position * @param nextColor Next Color * @param nextPos Position of the Next Color - * @return + * @return Mixed Color */ public static Color weightedMixColor(Color prevColor, int prevPos, int currentPos, Color nextColor, int nextPos) { float diffPrev = currentPos - prevPos;