mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-06 00:17:58 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
6ffc9c2eef
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user