move test caves to base:demo

This commit is contained in:
MihailRis
2024-10-08 20:14:38 +03:00
parent 5966ca5617
commit c022e11c3b
4 changed files with 30 additions and 24 deletions
+3
View File
@@ -80,6 +80,9 @@ class WorldGenerator {
void generateLines(
const ChunkPrototype& prototype, voxel* voxels, int x, int z
);
void generateStructures(
const ChunkPrototype& prototype, voxel* voxels, int x, int z
);
public:
WorldGenerator(
const GeneratorDef& def,