mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
Fix remaining issues with mapgen scriptapi
This commit is contained in:
@@ -44,6 +44,7 @@ class OreManager;
|
||||
class DecorationManager;
|
||||
class SchematicManager;
|
||||
class Server;
|
||||
class ModApiMapgen;
|
||||
|
||||
// Structure containing inputs/outputs for chunk generation
|
||||
struct BlockMakeData {
|
||||
@@ -111,6 +112,11 @@ private:
|
||||
};
|
||||
|
||||
class EmergeManager {
|
||||
/* The mod API needs unchecked access to allow:
|
||||
* - using decomgr or oremgr to place decos/ores
|
||||
* - using schemmgr to load and place schematics
|
||||
*/
|
||||
friend class ModApiMapgen;
|
||||
public:
|
||||
const NodeDefManager *ndef;
|
||||
bool enable_mapgen_debug_info;
|
||||
|
Reference in New Issue
Block a user