mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-15 03:52:12 +01:00
Added new biome enum values
By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
8afb3fdf8e
commit
b2c01fec3c
@ -20,4 +20,10 @@ public enum Biome {
|
|||||||
OCEAN,
|
OCEAN,
|
||||||
RIVER,
|
RIVER,
|
||||||
EXTREME_HILLS,
|
EXTREME_HILLS,
|
||||||
|
FROZEN_OCEAN,
|
||||||
|
FROZEN_RIVER,
|
||||||
|
ICE_PLAINS,
|
||||||
|
ICE_MOUNTAINS,
|
||||||
|
MUSHROOM_ISLAND,
|
||||||
|
MUSHROOM_SHORE
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user