mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 09:16:06 +01:00
Added new biome enum values
By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
8afb3fdf8e
commit
b2c01fec3c
1 changed files with 6 additions and 0 deletions
|
@ -20,4 +20,10 @@ public enum Biome {
|
|||
OCEAN,
|
||||
RIVER,
|
||||
EXTREME_HILLS,
|
||||
FROZEN_OCEAN,
|
||||
FROZEN_RIVER,
|
||||
ICE_PLAINS,
|
||||
ICE_MOUNTAINS,
|
||||
MUSHROOM_ISLAND,
|
||||
MUSHROOM_SHORE
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue