1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-10 03:55:20 +01:00

Add weights to biomes (#15142)

This commit is contained in:
Erich Schubert
2024-11-12 10:53:17 +01:00
committed by GitHub
parent 44b261d136
commit 4c44942a39
5 changed files with 14 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ public:
float heat_point;
float humidity_point;
s16 vertical_blend;
float weight;
virtual void resolveNodeNames();
};