Biome ID is no longer final (vanilla reimpl will use mixins to modify it)

This commit is contained in:
jglrxavpok 2020-09-23 22:07:23 +02:00
parent 8c623072f3
commit 7083f15676

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