{"id":22337615,"url":"https://github.com/scriptlinestudios/terrainer","last_synced_at":"2025-06-22T21:36:11.575Z","repository":{"id":214946906,"uuid":"737264786","full_name":"ScriptLineStudios/terrainer","owner":"ScriptLineStudios","description":"An up to date Minecraft terrain height tool","archived":false,"fork":false,"pushed_at":"2024-01-01T11:25:52.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T08:27:13.055Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ScriptLineStudios.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-30T11:58:08.000Z","updated_at":"2024-01-02T17:22:04.000Z","dependencies_parsed_at":"2024-01-01T12:43:15.560Z","dependency_job_id":null,"html_url":"https://github.com/ScriptLineStudios/terrainer","commit_stats":null,"previous_names":["scriptlinestudios/terrainer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ScriptLineStudios/terrainer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScriptLineStudios%2Fterrainer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScriptLineStudios%2Fterrainer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScriptLineStudios%2Fterrainer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScriptLineStudios%2Fterrainer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ScriptLineStudios","download_url":"https://codeload.github.com/ScriptLineStudios/terrainer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScriptLineStudios%2Fterrainer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261373443,"owners_count":23148915,"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":[],"created_at":"2024-12-04T06:10:45.754Z","updated_at":"2025-06-22T21:36:06.556Z","avatar_url":"https://github.com/ScriptLineStudios.png","language":"C","readme":"# terrainer\nAn up to date Minecraft dirt terrain height tool. Terrainer uses a modified version of cubiomes. \n\nUpdated version of this tool - https://github.com/pseudogravity/DirtHeight\n\n```C\n//Search the first 1M seeds for 7 high dirt columns at 0 0\n\n#include \u003cstdio.h\u003e\n#include \u003cstdint.h\u003e\n\n#include \"height.c\"\n\nint main(void) {\n    for (uint64_t seed = 0; seed \u003c 1000000; seed++) {\n        int height = height_at(seed, 0, 0);\n        if (height == 7) {\n            printf(\"%ld\\n\", seed);\n        }\n    }\n\n    return 0;\n}\n```\n\nRunning this gives us the following output:\n```bash\n...\n940276\n944200\n948707\n979242\n986421\n992942\n999588\n```\n\nLoading up the seed 999588 in Minecraft 1.20.4 and heading to 0 0, we sure enough do find a 7 height dirt column!\n![2024-01-01_13 08 56](https://github.com/ScriptLineStudios/terrainer/assets/85095943/f8aa50f1-b743-4fc5-9dc2-18b09fb49fcd)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscriptlinestudios%2Fterrainer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscriptlinestudios%2Fterrainer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscriptlinestudios%2Fterrainer/lists"}