CleanroomGenerator - Clean Room style flat world Chunk Generator for the Minecraft Server Mod Bukkit. See the Bukkit forum thread for more information.
Stars
18
Forks
22
Watchers
18
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
15
commits
Set Java version in pom to 1.8 for maximum compatibility with servers
a5180b5View on GitHubAdded support for new Minecraft minimum height. By adding a '^' to the start of the generation string (before or after the '.' if you want no bedrock), the block layers will start stacking at Y -64.
aeacc9cView on GitHubUpdate to support Minecrafto 1.13. May not work on 1.12 and earlier.
c56553eView on GitHubCleanroomGenerator v1.0.0. The plugin has been stable for a long time now to warrant a v1.0.0.
661d197View on GitHubVersion 0.0.4. Added ability to skip layer0 bedrock creation by prefixing the ID with a '.'
fb52610View on GitHubFix for spawn y being 0 on occasion. Race condition with chunk loading/generation?
86251c2View on GitHubAdded README and LICENSE. Also added copyright header to source files.
b9a20b7View on GitHub