Compatibility
Minecraft: Java Edition
1.21.10
Platforms
Supported environments
Links
Creators
Details
Licensed MIT
Published 2 months ago
Updated last month
Infinite Craft Mod
- Please follow the steps in Quick Start!
This is an AI-based Minecraft Infinite Crafting mod that allows players to create new items with the help of AI.
Unbalanced, may produce illegal item or duplicate items, just for fun!
Quick Start
- Download this mod from Modrinth or Github
- Use it in Minecraft 1.21.10 with Fabric & Fabric API
- Create
config/InfiniteCraft.jsonand launch the game - Close the game and put your api key to
"gemini"."api_key"inconfig/InfiniteCraft.json - Set
"gemini"."model"togemini-2.5-flash - Restart the game
Configuration
The config file is config/InfiniteCraft.json, structure as follows:
{
"gemini": {
"api_key": "...",
"model": "...",
"note": [
"Gemini API Is Currently Free!",
"the `model` can be: ",
" gemini-2.5-flash",
" gemini-2.5-flash-lite",
" or any other ones in https://ai.google.dev/gemini-api/docs/models",
"For API key, generate here: https://aistudio.google.com/api-keys"
]
},
"proxy": "...",
"model": "...",
"lang": "en-US...",
"description": {
"proxy": "Proxy type, could be (none, system)",
"model": "The model to use, could be (none, gemini, ollama), use none if you only use the mod as a player of a server",
"gemini": "The gemini config",
"lang": "The language of the result, should be a language code: https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes, but you actually can use the language name",
"!!!": "This file will be overridden, so please save your important information somewhere else!"
}
}
- The proxy options cannot work for some reason so you still need to add
-Djava.net.useSystemProxies=true - The config for ollama is currently not avalible!
Features
-
AI-assisted crafting
- Uses Google Gemini AI API to process item crafting
- Supports dynamically generating new items and crafting recipes
- Generates intelligent crafting results
-
Configuration
- Configure AI API keys via a JSON config file
- Config file location:
config/InfiniteCraft.json
-
Vanillaify
- Craft a
Vanillaifyitem using this recipe:
- Combine it with other items in the crafting table
- Craft a
-
Element
- Elements are special types of item that you can craft with it like the original game
- To Get basic element, you should craft a
Element Catcher:
- And you can crafting new elements/items with the element!
Links
- Github: https://github.com/RedstoneOre/infinite-craft-mod
- Gemini Docs: https://ai.google.dev/gemini-api/docs



