{"id":15015155,"url":"https://github.com/siphalor/tweed-api","last_synced_at":"2025-04-12T09:13:03.140Z","repository":{"id":48938063,"uuid":"178283437","full_name":"Siphalor/tweed-api","owner":"Siphalor","description":"Yet another fabric config attempt.","archived":false,"fork":false,"pushed_at":"2024-07-20T10:47:41.000Z","size":1299,"stargazers_count":8,"open_issues_count":5,"forks_count":7,"subscribers_count":2,"default_branch":"v4-1.16","last_synced_at":"2025-04-12T09:12:54.550Z","etag":null,"topics":["fabricmc","fabricmc-mod","library","minecraft","minecraft-fabric","minecraft-fabric-mod","minecraft-mod"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Siphalor.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":"2019-03-28T21:15:46.000Z","updated_at":"2023-08-26T14:53:17.000Z","dependencies_parsed_at":"2023-02-01T03:45:52.697Z","dependency_job_id":null,"html_url":"https://github.com/Siphalor/tweed-api","commit_stats":null,"previous_names":[],"tags_count":62,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siphalor%2Ftweed-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siphalor%2Ftweed-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siphalor%2Ftweed-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siphalor%2Ftweed-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Siphalor","download_url":"https://codeload.github.com/Siphalor/tweed-api/tar.gz/refs/heads/v4-1.16","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248543842,"owners_count":21121838,"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":["fabricmc","fabricmc-mod","library","minecraft","minecraft-fabric","minecraft-fabric-mod","minecraft-mod"],"created_at":"2024-09-24T19:46:34.213Z","updated_at":"2025-04-12T09:13:03.117Z","avatar_url":"https://github.com/Siphalor.png","language":"Java","readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"logo.png?raw=true\" alt=\"Logo\" width=\"150\" height=\"150\" /\u003e\n\n# Tweed 4\n\n![supported Minecraft versions: 1.14 | 1.15 | 1.16 | 1.17 | 1.18 | 1.19 | 1.20](https://img.shields.io/badge/support%20for%20MC-1.14%20%7C%201.15%20%7C%201.16%20%7C%201.17%20%7C%201.18%20%7C%201.19%20%7C%201.20-%2356AD56?style=for-the-badge)\n\n\n[![latest maven release](https://img.shields.io/maven-metadata/v?color=0f9fbc\u0026metadataUrl=https%3A%2F%2Fmaven.siphalor.de%2Fde%2Fsiphalor%2Ftweed4%2Ftweed4-bom-1.16%2Fmaven-metadata.xml\u0026style=flat-square)](https://maven.siphalor.de/de/siphalor/tweed4/)\n\nYet another config API.\n\n\u003c/div\u003e\n\n## Usage\n\nTo get the dependencies working, you may use the following setup:\n```groovy\n// build.gradle\n\nrepositories {\n\tmaven { url 'https://maven.siphalor.de/' }\n}\n\ndependencies {\n\tinclude(modApi(platform(\"de.siphalor.tweed4:tweed4-bom-$minecraft_major_version:$tweed_version\")))\n\t// Pick any modules you want to use, e.g.:\n\tinclude(modApi(\"de.siphalor.tweed4:tweed4-base-$minecraft_major_version\"))\n\tinclude(modApi(\"de.siphalor.tweed4:tweed4-annotated-$minecraft_major_version\"))\n\tinclude(modApi(\"de.siphalor.tweed4:tweed4-data-$minecraft_major_version\"))\n\tinclude(modApi(\"de.siphalor.tweed4:tweed4-data-hjson-$minecraft_major_version\"))\n}\n\n// Workaround for https://github.com/gradle/gradle/issues/10195\nconfigurations.include.transitive = true\nconfigurations.include.dependencies.each {\n\tif (!it.name.contains(\"bom\")) {\n\t\tit.transitive = false\n\t}\n}\n```\n\nUse can find the latest version in the badge at the top of this README.\n```properties\n# gradle.properties\n\ntweed_version=\u003clatest version from badge\u003e\nminecraft_major_version=1.16\n```\n\nFor a quick code example see [here](tweed-testmod/src/main/java/de/siphalor/tweedtest/Config.java).\n\n## License\n\nThis mod is available under the Apache 2.0 License. Terms and conditions apply.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiphalor%2Ftweed-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiphalor%2Ftweed-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiphalor%2Ftweed-api/lists"}