Cubitect / cubiomes

C library that mimics the Minecraft biome generation.
MIT License
556 stars 98 forks source link

Added findStructures, findStrongholds, & createMap #78

Closed Ldalvik closed 1 year ago

Ldalvik commented 1 year ago

-Added findStructures(int structureType, Generator g, int range, int x, int z) -Added findStrongholds(Generator g, int x, int z, int limit) -Added createMap(Generator g, int sizeX, int sizeY, int scale, int depth, int x, int y, int pixelScale) -Added struct2str(int structType)