1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Implement check_offset for decorations

This commit is contained in:
Pascal Abresch 2023-01-17 17:19:35 +01:00 committed by sfan5
parent c91182e1b3
commit ba80d1ce1f
4 changed files with 32 additions and 12 deletions

View file

@ -73,6 +73,7 @@ public:
std::vector<content_t> c_spawnby;
s16 nspawnby;
s16 place_offset_y = 0;
s16 check_offset = -1;
std::unordered_set<biome_t> biomes;