Skip to content

Commit

Permalink
Pride month release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadiboo committed Jun 2, 2019
1 parent 038352e commit 9adc6cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ org.gradle.jvmargs=-Xmx3G
# PATCH version when you make backwards-compatible bug fixes.
# Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
# We use the format MCVERSION-MAJOR.MINOR.PATCH
modVersion = 0.2.10
modVersion = 0.2.10-pride-month

# The maven group of your mod
# See "http://maven.apache.org/guides/mini/guide-naming-conventions.html"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
public class BlockColorInfo implements AutoCloseable {

public static final boolean RAINBOW = isWearItPurpleDay();
public static final boolean RAINBOW = true; //isWearItPurpleDay();
public static final boolean BLACK = isHalloween();

private static final ThreadLocal<BlockColorInfo> POOL = ThreadLocal.withInitial(() -> new BlockColorInfo(-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1));
Expand Down

0 comments on commit 9adc6cf

Please sign in to comment.