{"id":29259280,"url":"https://github.com/tonimatasdev/minestom-recipes","last_synced_at":"2025-08-23T23:13:38.361Z","repository":{"id":302657653,"uuid":"1013167622","full_name":"TonimatasDEV/minestom-recipes","owner":"TonimatasDEV","description":"Implementation of all Minecraft recipes into Minestom.","archived":false,"fork":false,"pushed_at":"2025-07-03T14:14:45.000Z","size":83,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-03T15:29:54.923Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TonimatasDEV.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-03T13:12:35.000Z","updated_at":"2025-07-03T14:14:49.000Z","dependencies_parsed_at":"2025-07-03T15:41:02.391Z","dependency_job_id":null,"html_url":"https://github.com/TonimatasDEV/minestom-recipes","commit_stats":null,"previous_names":["tonimatasdev/minestom-recipes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TonimatasDEV/minestom-recipes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonimatasDEV%2Fminestom-recipes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonimatasDEV%2Fminestom-recipes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonimatasDEV%2Fminestom-recipes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonimatasDEV%2Fminestom-recipes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TonimatasDEV","download_url":"https://codeload.github.com/TonimatasDEV/minestom-recipes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonimatasDEV%2Fminestom-recipes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263461372,"owners_count":23470105,"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":"2025-07-04T06:30:40.000Z","updated_at":"2025-07-04T06:32:46.539Z","avatar_url":"https://github.com/TonimatasDEV.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minestom Recipes\n\nIt is a library that implements all Minecraft recipes.\n\n# Installation\nYou should add this library to your dependency manager. [Here](https://maven.tonimatas.dev/#) is the maven repository and how to add it.\n\n## Getting started\n\nHere are an example of how to use this library. (It is the same in both languages)\n\n### Kotlin:\n```kotlin\nfun start() {\n    val server = MinecraftServer.init()\n\n    VanillaRecipes.init()\n\n    server.start(\"0.0.0.0\", 25565)\n}\n```\n\n### Java:\n```java\npublic void start() {\n    MinecraftServer server = MinecraftServer.init();\n\n    VanillaRecipes.init();\n\n    server.start(\"0.0.0.0\", 25565);\n}\n```\n\n# Credits\n\nThanks to [Extractor](https://github.com/Pumpkin-MC/Extractor), it is the tool used to create the recipes.json","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonimatasdev%2Fminestom-recipes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftonimatasdev%2Fminestom-recipes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonimatasdev%2Fminestom-recipes/lists"}