add generator layers
This commit is contained in:
@@ -88,5 +88,9 @@ std::unique_ptr<Content> ContentBuilder::build() {
|
||||
def->rt.placingBlock = content->blocks.require(def->placingBlock).rt.id;
|
||||
}
|
||||
|
||||
for (auto& [name, def] : content->generators.getDefs()) {
|
||||
def->script->prepare(content.get());
|
||||
}
|
||||
|
||||
return content;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user