mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-03 23:17:48 +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();
|
||||
|
||||
private final int id = idCounter.getAndIncrement();
|
||||
private int id = idCounter.getAndIncrement();
|
||||
|
||||
private final NamespaceID name;
|
||||
@Builder.Default
|
||||
|
Loading…
Reference in New Issue
Block a user