{"id":15015063,"url":"https://github.com/twelveiterationmods/cookingforblockheads","last_synced_at":"2025-04-04T13:13:00.475Z","repository":{"id":33580513,"uuid":"37226908","full_name":"TwelveIterationMods/CookingForBlockheads","owner":"TwelveIterationMods","description":"Minecraft Mod. Adds a cooking book and multiblock kitchens that only shows recipes you can make with what you currently have in your inventory.","archived":false,"fork":false,"pushed_at":"2024-10-29T13:45:52.000Z","size":3910,"stargazers_count":80,"open_issues_count":25,"forks_count":79,"subscribers_count":8,"default_branch":"1.21.3","last_synced_at":"2024-10-29T15:56:39.125Z","etag":null,"topics":["fabricmc-mod","forge-mod","minecraft-mod","neoforge-mod"],"latest_commit_sha":null,"homepage":"https://mods.twelveiterations.com/mc/cooking-for-blockheads/","language":"Java","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/TwelveIterationMods.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"BlayTheNinth","patreon":"BlayTheNinth","open_collective":null,"ko_fi":"BlayTheNinth","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-06-10T22:53:23.000Z","updated_at":"2024-10-28T17:28:31.000Z","dependencies_parsed_at":"2024-05-22T19:31:52.472Z","dependency_job_id":"26c9c4c5-7cec-4935-8961-d6090e263e5d","html_url":"https://github.com/TwelveIterationMods/CookingForBlockheads","commit_stats":{"total_commits":834,"total_committers":49,"mean_commits":"17.020408163265305","dds":0.3393285371702638,"last_synced_commit":"ee003d231496db0b85d806181b022ca5f0703cbc"},"previous_names":["moddingforblockheads/cookingforblockheads"],"tags_count":44,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TwelveIterationMods%2FCookingForBlockheads","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TwelveIterationMods%2FCookingForBlockheads/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TwelveIterationMods%2FCookingForBlockheads/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TwelveIterationMods%2FCookingForBlockheads/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TwelveIterationMods","download_url":"https://codeload.github.com/TwelveIterationMods/CookingForBlockheads/tar.gz/refs/heads/1.21.3","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247182401,"owners_count":20897381,"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-mod","forge-mod","minecraft-mod","neoforge-mod"],"created_at":"2024-09-24T19:46:27.170Z","updated_at":"2025-04-04T13:13:00.457Z","avatar_url":"https://github.com/TwelveIterationMods.png","language":"Java","funding_links":["https://github.com/sponsors/BlayTheNinth","https://patreon.com/BlayTheNinth","https://ko-fi.com/BlayTheNinth"],"categories":[],"sub_categories":[],"readme":"# Cooking for Blockheads\n\nMinecraft Mod. Adds a cooking book and multiblock kitchens that only shows recipes you can make with what you currently have in your inventory.\n\n- [Modpack Permissions](https://mods.twelveiterations.com/permissions)\n\n#### Downloads\n\n[![Versions](http://cf.way2muchnoise.eu/versions/231484_latest.svg)](https://www.curseforge.com/minecraft/mc-mods/cooking-for-blockheads)\n[![Downloads](http://cf.way2muchnoise.eu/full_231484_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/cooking-for-blockheads)\n\n## Contributing\n\nIf you're interested in contributing to the mod, you can check\nout [issues labelled as \"help wanted\"](https://github.com/TwelveIterationMods/CookingForBlockheads/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22).\n\nWhen it comes to new features, it's best to confer with me first to ensure we share the same vision. You can join us on [Discord](https://discord.gg/VAfZ2Nau6j) if you'd like to talk.\n\nContributions must be done through pull requests. I will not be able to accept translations, code or other assets through any other channels.\n\n## IMC API\n\nThe below is a list of IMC message keys handled by Cooking for Blockheads.\n\n* **RegisterTool** (ItemStack)\n* **RegisterWaterItem** (ItemStack)\n* **RegisterMilkItem** (ItemStack)\n* **RegisterToast** (TagCompound : {Input : ItemStack, Output : ItemStack})\n* **RegisterToastError** (TagCompound : {Input : ItemStack, Message : String})\n* **RegisterOvenFuel** (TagCompound : {Input : ItemStack, FuelValue : Numeric})\n* **RegisterOvenRecipe** (TagCompound : {Input : ItemStack, Output : ItemStack})\n* **RegisterNonFoodRecipe** (ItemStack)\n* **RegisterCowClass** (EntityCowClassName : String) - this will cause the class to be loaded if it isn't already!\n\n## Java API\n\nIf the IMC API is not enough for you, you can build against Cooking for Blockheads' Java API. I suggest using the CurseForge Maven to grab it as a dependency. For info on how to do that, you can check Cooking for Blockheads' own Gradle files.\n\nThe Java API allows everything the IMC API does, and certain tasks can only be achieved via the Java API.\nHowever, if you don't need that extra control, it is recommended to use the IMC API.\n\n## Adding Cooking for Blockheads to a development environment\n\nNote that you will also need to add Balm if you want to test your integration in your environment.\n\n### Using CurseMaven\n\nAdd the following to your `build.gradle`:\n\n```groovy\nrepositories {\n    maven { url \"https://www.cursemaven.com\" }\n}\n\ndependencies {\n    // Replace ${cookingforblockheads_file_id} and ${balm_file_id} with the id of the file you want to depend on.\n    // You can find it in the URL of the file on CurseForge (e.g. 3914527).\n    // Forge: implementation fg.deobf(\"curse.maven:balm-531761:${balm_file_id}\")\n    // Fabric: modImplementation \"curse.maven:balm-fabric-500525:${balm_file_id}\"\n    \n    // Forge: implementation fg.deobf(\"curse.maven:cooking-for-blockheads-231484:${cookingforblockheads_file_id}\")\n    // Fabric: modImplementation \"curse.maven:cooking-for-blockheads-fabric-634546:${cookingforblockheads_file_id}\"\n}\n```\n\n### Using Twelve Iterations Maven (includes snapshot and mojmap versions)\n\nAdd the following to your `build.gradle`:\n\n```groovy\nrepositories {\n    maven { \n        url \"https://maven.twelveiterations.com/repository/maven-public/\" \n        \n        content {\n            includeGroup \"net.blay09.mods\"\n        }\n    }\n}\n\ndependencies {\n    // Replace ${cookingforblockheads_version} and ${balm_version} with the version you want to depend on. \n    // You can find the latest version for a given Minecraft version at https://maven.twelveiterations.com/service/rest/repository/browse/maven-public/net/blay09/mods/balm-common/ and https://maven.twelveiterations.com/service/rest/repository/browse/maven-public/net/blay09/mods/cookingforblockheads-common/\n    // Common (mojmap): implementation \"net.blay09.mods:balm-common:${balm_version}\"\n    // Forge: implementation fg.deobf(\"net.blay09.mods:balm-forge:${balm_version}\")\n    // Fabric: modImplementation \"net.blay09.mods:balm-fabric:${balm_version}\"\n    \n    // Common (mojmap): implementation \"net.blay09.mods:cookingforblockheads-common:${cookingforblockheads_version}\"\n    // Forge: implementation fg.deobf(\"net.blay09.mods:cookingforblockheads-forge:${cookingforblockheads_version}\")\n    // Fabric: modImplementation \"net.blay09.mods:cookingforblockheads-fabric:${cookingforblockheads_version}\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwelveiterationmods%2Fcookingforblockheads","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwelveiterationmods%2Fcookingforblockheads","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwelveiterationmods%2Fcookingforblockheads/lists"}