1
0
cuberite-2a/src/WorldStorage
mBornand 58def8f7df
Fix flower and foliage generation (#4723)
* fix flower generation
- remove wrong mushroom and flower generation
+ add "tiny" mushrooms in Mushrooms biomes
+ add "tiny" mushrooms in Mega Taiga and variants
+ add tulip generation for plains biomes
* Turn numbers into constants
- Remove duplication of grass generation
- Remove fern in inappropriate biomes
* added roofed forest flowers to ini file
* fixed crash with biMesaPlateuM
+ Use empty()
+ Emplace directly
+ Avoid a string copy in BiomeName
+ Alias BiomeIndex to avoid multiple casts

Co-authored-by: 12xx12 <12xx12100@gmail.com>
Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com>
2020-11-14 12:24:31 +00:00
..
CMakeLists.txt Add Statistics and Achievements for newer Network standards 2020-08-19 20:45:27 +01:00
EnchantmentSerializer.cpp Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
EnchantmentSerializer.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
FastNBT.cpp FastNBTWriter: AddString now uses string_view 2020-08-28 21:42:18 +01:00
FastNBT.h FastNBTWriter: AddString now uses string_view 2020-08-28 21:42:18 +01:00
FireworksSerializer.cpp Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) 2020-04-03 08:57:01 +02:00
FireworksSerializer.h Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) 2020-04-03 08:57:01 +02:00
MapSerializer.cpp Remove old Android leftovers (#4722) 2020-05-07 22:14:00 +03:00
MapSerializer.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
NamespaceSerializer.cpp Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963) 2020-10-05 10:27:14 +00:00
NamespaceSerializer.h Add Statistics and Achievements for newer Network standards 2020-08-19 20:45:27 +01:00
NBTChunkSerializer.cpp Add beam target, configurable base visibility to Ender Crystals (#5010) 2020-10-29 20:47:20 +00:00
NBTChunkSerializer.h Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885) 2020-09-25 09:13:59 +00:00
SchematicFileSerializer.cpp Remove Schematic Chunk height limitation 2020-07-06 20:56:47 +01:00
SchematicFileSerializer.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
ScoreboardSerializer.cpp Remove old Android leftovers (#4722) 2020-05-07 22:14:00 +03:00
ScoreboardSerializer.h Unified the doxy-comment format. 2015-07-31 16:49:10 +02:00
StatSerializer.cpp Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963) 2020-10-05 10:27:14 +00:00
StatSerializer.h StatSerializer: use std::move 2020-08-21 18:15:34 +01:00
WorldStorage.cpp Update comments and code for Load/SaveOneChunk so they match (#4992) 2020-10-11 16:14:43 +00:00
WorldStorage.h Update comments and code for Load/SaveOneChunk so they match (#4992) 2020-10-11 16:14:43 +00:00
WSSAnvil.cpp Fix flower and foliage generation (#4723) 2020-11-14 12:24:31 +00:00
WSSAnvil.h Added end portal and enchanting table block entities 2020-09-20 01:40:20 +01:00