forked from GeyserMC/Geyser
Make biomes tag final
This commit is contained in:
parent
f9cd88eaa2
commit
c70cf0bb47
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ import java.util.*;
|
|||
public class Toolbox {
|
||||
|
||||
public static final ObjectMapper JSON_MAPPER = new ObjectMapper().disable(DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES);
|
||||
public static CompoundTag BIOMES;
|
||||
public static final CompoundTag BIOMES;
|
||||
|
||||
public static final Collection<StartGamePacket.ItemEntry> ITEMS = new ArrayList<>();
|
||||
|
||||
|
|
Loading…
Reference in a new issue