mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-18 05:51:12 +00:00
7 lines
No EOL
313 B
JavaScript
7 lines
No EOL
313 B
JavaScript
module.exports = {
|
|
'grass_field':require("./worldGenerations/grass_field"),
|
|
'diamond_square':require("./worldGenerations/diamond_square"),
|
|
'superflat':require("./worldGenerations/superflat"),
|
|
'all_the_blocks':require("./worldGenerations/all_the_blocks"),
|
|
'nether':require("./worldGenerations/nether")
|
|
}; |