diff options
| author | paramat <mat.gregory@virginmedia.com> | 2015-06-03 08:59:07 +0100 |
|---|---|---|
| committer | paramat <mat.gregory@virginmedia.com> | 2015-06-18 07:05:22 +0100 |
| commit | e45ecad3ab401e169d1c8c9ba9448360b215b3e5 (patch) | |
| tree | 37ee377eb171a4aeec150bc846db374f982705e1 /src/mapgen_v7.h | |
| parent | 2da150378039371761b2f8d1a13036382228e248 (diff) | |
| download | dragonfireclient-e45ecad3ab401e169d1c8c9ba9448360b215b3e5.tar.xz | |
Biome API: Add noise defined biome blend
Diffstat (limited to 'src/mapgen_v7.h')
| -rw-r--r-- | src/mapgen_v7.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapgen_v7.h b/src/mapgen_v7.h index eb46c371b..0a8a8c876 100644 --- a/src/mapgen_v7.h +++ b/src/mapgen_v7.h @@ -82,6 +82,8 @@ public: Noise *noise_heat; Noise *noise_humidity; + Noise *noise_heat_blend; + Noise *noise_humidity_blend; content_t c_stone; content_t c_water_source; |
