1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Add minetest.clear_registered_decorations() and clear_registered_ores()

This commit is contained in:
kwolekr 2014-12-12 14:07:49 -05:00
parent cec141adc1
commit cf8213ea82
12 changed files with 97 additions and 11 deletions

View file

@ -71,9 +71,6 @@ public:
void calcBiomes(s16 sx, s16 sy, float *heat_map, float *humidity_map,
s16 *height_map, u8 *biomeid_map);
Biome *getBiome(float heat, float humidity, s16 y);
private:
NodeResolver *m_resolver;
};
#endif