Skip to content

Commit

Permalink
group nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
LudoCrypt committed Nov 19, 2023
1 parent 88c8785 commit 2836633
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
@@ -1,6 +1,6 @@
org.gradle.jvmargs = -Xmx1G
org.gradle.parallel = true

version = 9.2.0
version = 9.2.1
maven_group = net.ludocrypt
archives_base_name = limlib
2 changes: 1 addition & 1 deletion src/main/java/net/ludocrypt/limlib/api/world/NbtGroup.java
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public Builder with(String group, String base, int from, int to) {
return this;
}

public Builder with(String group, String base) {
public Builder with(String group, String... base) {
groups.put(group, List.of(base));
return this;
}
Expand Down

0 comments on commit 2836633

Please sign in to comment.