Skip to content

Commit

Permalink
Bump to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FxMorin committed Jan 6, 2023
1 parent adfc3a7 commit aa162ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yarn_mappings=1.19.3+build.2
loader_version=0.14.11

# Mod Properties
mod_version=0.12.5
mod_version=0.13.0
maven_group=ca.fxco
archives_base_name=moreculling

Expand Down
1 change: 1 addition & 0 deletions src/main/java/ca/fxco/moreculling/utils/DirectionBits.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import net.minecraft.util.math.Direction;

// A faster replacement for Set<Direction>
// TODO: Add static methods to work with containers not using DirectionBits
public class DirectionBits {

public static final byte ALL_DIRECTIONS = 63;
Expand Down

0 comments on commit aa162ff

Please sign in to comment.