Skip to content

Commit 2836633

Browse files
committed
group nonsense
1 parent 88c8785 commit 2836633

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.jvmargs = -Xmx1G
22
org.gradle.parallel = true
33

4-
version = 9.2.0
4+
version = 9.2.1
55
maven_group = net.ludocrypt
66
archives_base_name = limlib

src/main/java/net/ludocrypt/limlib/api/world/NbtGroup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public Builder with(String group, String base, int from, int to) {
130130
return this;
131131
}
132132

133-
public Builder with(String group, String base) {
133+
public Builder with(String group, String... base) {
134134
groups.put(group, List.of(base));
135135
return this;
136136
}

0 commit comments

Comments
 (0)