mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-05 01:24:53 +01:00
Add missing biome 128
This commit is contained in:
parent
e5cbd3f7ce
commit
b048c1eb5c
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ const Biome BIOMES[256] = {
|
|||
/* 125 */ {},
|
||||
/* 126 */ {},
|
||||
/* 127 */ {},
|
||||
/* 128 */ {},
|
||||
/* 128 */ {0.3, 1, 0.3},
|
||||
/* 129 */ {0.3, 1, 0.3},
|
||||
/* 130 */ {1, 1, 0.25},
|
||||
/* 131 */ {0.3, 0.9, 0.3},
|
||||
|
|
Loading…
Add table
Reference in a new issue