mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-06 00:17:58 +01:00
Biome ID is no longer final (vanilla reimpl will use mixins to modify it)
This commit is contained in:
parent
8c623072f3
commit
7083f15676
@ -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