We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7daab90 commit 16455fbCopy full SHA for 16455fb
src/main/java/com/falsepattern/lib/compat/GuiLabel.java
@@ -14,7 +14,7 @@
14
import org.lwjgl.opengl.GL11;
15
16
/**
17
- * A functional equivalent to GuiLabel present in Minecraft 1.12
+ * A functional equivalent to GuiLabel present in Minecraft 1.12.
18
*/
19
@SideOnly(Side.CLIENT)
20
public class GuiLabel extends Gui {
src/main/java/com/falsepattern/lib/compat/Vec3i.java
@@ -7,7 +7,7 @@
7
import javax.annotation.concurrent.Immutable;
8
9
10
- * A functional equivalent to Vec3i present in Minecraft 1.12
+ * A functional equivalent to Vec3i present in Minecraft 1.12.
11
12
@Getter
13
@Immutable
0 commit comments