From 289faaf0ec2063c42acc54f80f9b9298106b8e32 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Wed, 26 Jun 2024 21:50:58 +0200 Subject: overwrite all generating structures with "empty" files --- src/enum.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/enum.js (limited to 'src/enum.js') diff --git a/src/enum.js b/src/enum.js new file mode 100644 index 0000000..8f1629d --- /dev/null +++ b/src/enum.js @@ -0,0 +1,16 @@ +const TemplatePool = Object.freeze({ + EMPTY_16: 'original_skyblock:empty_16', + EMPTY_FULL: 'original_skyblock:empty_full', +}); + +const JigsawStartHeight = Object.freeze({ + UNIFORM: Symbol('uniform'), + BIASED_TO_BOTTOM: Symbol('biased_to_bottom'), + VERY_BIASED_TO_BOTTOM: Symbol('very_biased_to_bottom'), +}); + + +module.exports = { + TemplatePool, + JigsawStartHeight, +}; -- cgit v1.2.3