remove generator script load_structures function
This commit is contained in:
@@ -48,7 +48,6 @@ WorldGenerator::WorldGenerator(
|
||||
surroundMap.setLevelCallback(4, [this](int const x, int const z) {
|
||||
generateStructures(requirePrototype(x, z), x, z);
|
||||
});
|
||||
|
||||
for (int i = 0; i < def.structures.size(); i++) {
|
||||
// pre-calculate rotated structure variants
|
||||
def.structures[i]->fragments[0]->prepare(*content);
|
||||
|
||||
Reference in New Issue
Block a user