* Decompile LargeFeature, LargeCaveFeature. Add in game for testing.

* Rename Random::nextTLong to Random::nextLong
This commit is contained in:
iProgramInCpp
2023-08-04 21:48:57 +03:00
parent 89c7adbbe5
commit 7d331e76c7
10 changed files with 300 additions and 6 deletions

View File

@@ -18,6 +18,7 @@
#include "Utils.hpp"
#include "BiomeSource.hpp"
#include "Feature.hpp"
#include "LargeCaveFeature.hpp"
class RandomLevelSource : public ChunkSource
{
@@ -38,7 +39,7 @@ public:
public:
bool field_4 = false;
// @TODO: LargeCaveFeature
LargeCaveFeature m_largeCaveFeature;
int field_9D8[1024];
std::unordered_map<int, LevelChunk*> m_chunks;
float field_19F0 = 1.0f;