Merge remote-tracking branch 'origin/master'

This commit is contained in:
themode 2020-09-23 22:14:54 +02:00
commit 6ffc9c2eef

View File

@ -33,7 +33,7 @@ public class Biome {
.build()) .build())
.build(); .build();
private final int id = idCounter.getAndIncrement(); private int id = idCounter.getAndIncrement();
private final NamespaceID name; private final NamespaceID name;
@Builder.Default @Builder.Default