{"id":15190568,"url":"https://github.com/srifqi/superflat","last_synced_at":"2025-10-25T16:38:43.560Z","repository":{"id":18722533,"uuid":"21933655","full_name":"srifqi/superflat","owner":"srifqi","description":"(Yet Another) Superflat Map Generator","archived":false,"fork":false,"pushed_at":"2023-06-24T03:00:10.000Z","size":69,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T06:11:09.685Z","etag":null,"topics":["mapgen","minetest-mod"],"latest_commit_sha":null,"homepage":"https://forum.minetest.net/viewtopic.php?f=9\u0026t=9772","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/srifqi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-17T08:03:47.000Z","updated_at":"2022-05-09T17:30:10.000Z","dependencies_parsed_at":"2022-09-11T01:40:13.651Z","dependency_job_id":null,"html_url":"https://github.com/srifqi/superflat","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srifqi%2Fsuperflat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srifqi%2Fsuperflat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srifqi%2Fsuperflat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srifqi%2Fsuperflat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srifqi","download_url":"https://codeload.github.com/srifqi/superflat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238508502,"owners_count":19484141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mapgen","minetest-mod"],"created_at":"2024-09-27T20:41:57.515Z","updated_at":"2025-10-25T16:38:38.530Z","avatar_url":"https://github.com/srifqi.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"(Yet Another) Superflat Map Generator [superflat]\n=========\n\n# License\nMIT License (code) and CC BY-SA 3.0 (media) (see LICENSE file)\n\n# Features\n- Customize world generation layer by layer\n- Decoration (optional)\n- If you fall, you will be returned to the surface\n\n# How to Modify\n1. Open `parameter.lua` file.\n2. Change `sflat.Y_ORIGIN` to adjust first layer's y-level (default: 1).\n3. Change `sflat.BLOCKS` to adjust the composition of the world (code: layers from bottom to top;biome,decoration) (examples below).\n\nNote: If the specified node does not exist, the air node will be used.\n\n## Modify an Existing World\n1. Open `superflat.txt` file in your world's folder.\n2. Do like editing `parameter.lua` file.\n\n## List of Biomes\nNote: Biome decorations are only available with the `default` mod (Minetest Game or its derivatives).\n- Frozen River (no decoration for now)\n- River (no decoration for now)\n- Ice Plains (no decoration for now)\n- Ice Plains Spikes\n- Flower Plains\n- Plains\n- Forest\n- Jungle\n- Desert\n\n## Examples\n|Name|Code\n|------|----\n|Example|`\"node:name_bottom=amount,node:name_top=amount\"`\n|Example (+decoration)|`\"node:name_bottom=amount,node:name_top=amount;Biome,decoration\"`\n|Example (one layer thick)|`\"node:a,node:b=2,node:c=3\"`\n|Default|`\"superflat:bedrock,default:dirt=2,default:dirt_with_grass\"`\n|Forest|`\"superflat:bedrock,default:dirt=2,default:dirt_with_grass;Forest,decoration\"`\n|Flower Garden|`\"superflat:bedrock,default:dirt=2,default:dirt_with_grass;Flower Plains,decoration\"`\n|Shallow Underground|`\"superflat:bedrock,default:stone=230,default:dirt=5,default:dirt_with_grass\"`\n|Deep Underground|`\"superflat:bedrock,default:stone=920,default:dirt=10,default:dirt_with_grass\"`\n|Very Deep Underground|`\"superflat:bedrock,default:stone=3680,default:dirt=15,default:dirt_with_grass\"`\n|Bottomless Pit|`\"default:cobble=2,default:dirt=3,default:dirt_with_grass\"`\n|Shallow Sea|`\"superflat:bedrock,default:dirt=3,default:water_source=5\"`\n|Sea|`\"superflat:bedrock,default:dirt=3,default:water_source=10\"`\n|Deep Sea|`\"superflat:bedrock,default:dirt=3,default:water_source=20\"`\n|Water World|`\"superflat:bedrock,default:dirt=3,default:water_source=60\"`\n|Beach|`\"superflat:bedrock,default:sand=3,default:water_source\"`\n|Desert Superflat|`\"superflat:bedrock,default:desert_sand=3\"`\n|Farmer's Dream|`\"superflat:bedrock,default:water_source,farming:soil_wet\"`\n|You Cannot Escape|`\"default:gravel,default:sand,default:gravel\"`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrifqi%2Fsuperflat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrifqi%2Fsuperflat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrifqi%2Fsuperflat/lists"}