advanced plants test

This commit is contained in:
MihailRis
2024-08-20 20:58:36 +03:00
parent 5bdabaea42
commit a81555b979
3 changed files with 11 additions and 2 deletions
@@ -1,5 +1,8 @@
#include "scripting.hpp"
#include <algorithm>
#include <functional>
#include "scripting_commons.hpp"
#include "typedefs.hpp"
#include "lua/lua_engine.hpp"
@@ -188,7 +191,7 @@ static inline Biome load_biome(
}
lua::pop(L);
}
// TODO: sort by weight descending
std::sort(plants.begin(), plants.end(), std::greater<PlantEntry>());
BlocksLayers groundLayers = load_layers(L, "layers");
BlocksLayers seaLayers = load_layers(L, "sea_layers");