summaryrefslogtreecommitdiff
path: root/src/worldgen/structure/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/worldgen/structure/index.js')
-rw-r--r--src/worldgen/structure/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/worldgen/structure/index.js b/src/worldgen/structure/index.js
index 8f19547..1977931 100644
--- a/src/worldgen/structure/index.js
+++ b/src/worldgen/structure/index.js
@@ -67,5 +67,7 @@ function jigsawConversion(structure, fields) {
module.exports = {
jigsawConversionFields,
jigsawStartHeightUniform,
+ jigsawStartHeightBiasedToBottom,
+ jigsawStartHeightVeryBiasedToBottom,
jigsawConversion,
};