{"id":23907761,"url":"https://github.com/fliegendewurst/amplified_fixed","last_synced_at":"2026-02-28T18:34:27.532Z","repository":{"id":198429104,"uuid":"700817401","full_name":"FliegendeWurst/amplified_fixed","owner":"FliegendeWurst","description":"Noise parameters to reduce flooded caves in amplified generation","archived":false,"fork":false,"pushed_at":"2023-10-06T21:18:12.000Z","size":213,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T14:43:45.157Z","etag":null,"topics":["datapack","minecraft","minecraft-java-edition","worldgen"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FliegendeWurst.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}},"created_at":"2023-10-05T11:01:09.000Z","updated_at":"2025-02-08T09:02:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"d1ed27a1-9a16-41de-abaa-0fb87572ffcd","html_url":"https://github.com/FliegendeWurst/amplified_fixed","commit_stats":null,"previous_names":["fliegendewurst/amplified_fixed"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/FliegendeWurst/amplified_fixed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FliegendeWurst%2Famplified_fixed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FliegendeWurst%2Famplified_fixed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FliegendeWurst%2Famplified_fixed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FliegendeWurst%2Famplified_fixed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FliegendeWurst","download_url":"https://codeload.github.com/FliegendeWurst/amplified_fixed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FliegendeWurst%2Famplified_fixed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29946824,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T18:21:26.597Z","status":"ssl_error","status_checked_at":"2026-02-28T18:19:38.892Z","response_time":90,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["datapack","minecraft","minecraft-java-edition","worldgen"],"created_at":"2025-01-05T03:14:17.595Z","updated_at":"2026-02-28T18:34:27.510Z","avatar_url":"https://github.com/FliegendeWurst.png","language":null,"readme":"# Amplified world generation without excessive flooded caves\n\nThis datapack changes Minecraft's noise parameters to remove flooded caves in amplified world generation.\nIt achieves this by increasing the terrain density (= more stone/dirt) around y=46,\nwhich cuts off most surface water from the cave systems.\nIt shouldn't make it harder to find caves since some seemingly ignore the inital density generation.\n\n## Installation\n\nDownload the [.zip](https://github.com/FliegendeWurst/amplified_fixed/releases/download/v1/amplified_fixed.zip) and save it in your datapacks directory.\n\n## Screenshots\n\n| Vanilla affected by [MC-241283](https://bugs.mojang.com/browse/MC-241283) | With this datapack |\n| ------------------------- | --------------------- |\n| ![vanilla](./vanilla.jpg) | ![fixed](./fixed.jpg) |\n\nOr a three-way comparison:\n| Normal | Amplified | Amplified (fixed) |\n| ------ | --------- | ----------------- |\n| ![normal](./random_vanilla.jpg) | ![amplified](./random_amplified.jpg) | ![fixed](./random_fixed.jpg) |\n\nAs you can see, some flooding near the surface remains. I believe that can be corrected by tweaking the y level of my fix, but that will also lead to more terrain changes.\n\n## Technical details\n\n```jsonp\n\"initial_density_without_jaggedness\": {\n    \"type\": \"minecraft:add\",\n    \"argument1\": {\n        \"type\": \"minecraft:mul\",\n        \"argument1\": 10.0,\n        \"argument2\": {\n            \"type\": \"minecraft:min\",\n            \"argument1\": {\n                \"type\": \"minecraft:y_clamped_gradient\",\n                \"from_value\": 1.0,\n                \"from_y\": 46,\n                \"to_value\": 0.0,\n                \"to_y\": 50\n            },\n            \"argument2\": {\n                \"type\": \"minecraft:y_clamped_gradient\",\n                \"from_value\": 0.0,\n                \"from_y\": 42,\n                \"to_value\": 1.0,\n                \"to_y\": 46\n            }\n        }\n    },\n    \"argument2\": {\n        vanilla noise expression\n    }\n}\n```\n\n## Removing all flooded caves\n\nIt is also possible to remove normal flooded caves by decreasing the `fluid_level_floodedness` noise.\n\n## License\n\n \u003cp xmlns:cc=\"http://creativecommons.org/ns#\" xmlns:dct=\"http://purl.org/dc/terms/\"\u003e\u003ca property=\"dct:title\" rel=\"cc:attributionURL\" href=\"https://github.com/FliegendeWurst/amplified_fixed\"\u003eamplified_fixed\u003c/a\u003e by \u003cspan property=\"cc:attributionName\"\u003eFliegendeWurst\u003c/span\u003e is licensed under \u003ca href=\"http://creativecommons.org/licenses/by/4.0/?ref=chooser-v1\" target=\"_blank\" rel=\"license noopener noreferrer\" style=\"display:inline-block;\"\u003eCC BY 4.0\u003c/a\u003e\u003c/p\u003e\n\n `data/minecraft/worldgen/noise_settings/amplified.json` was derived from Minecraft 1.20.2, the license only applies to the changes outlined above.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffliegendewurst%2Famplified_fixed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffliegendewurst%2Famplified_fixed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffliegendewurst%2Famplified_fixed/lists"}