feat: worldgeneration using decomp

This commit is contained in:
Lord_Cambion
2026-04-13 17:45:07 +02:00
parent 0606ce717d
commit b512cc8f11
54 changed files with 1265 additions and 816 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#include "net.minecraft.world.level.newbiome.layer.h"
#include "net.minecraft.world.level.biome.h"
AddSnowLayer::AddSnowLayer(int64_t seedMixup, shared_ptr<Layer> parent) : Layer(seedMixup)
AddSnowLayer::AddSnowLayer(int64_t seed, shared_ptr<Layer> parent, int64_t seedMixup) : Layer(seedMixup)
{
this->parent = parent;
}