
Infinite Craft
AI-Powered Crafting, create anything using a crafting table! | my first mod!
- Загрузки
- 2K
- Подписчики
- 8
- Обновлён
- 9 ноября 2025 г.
- Лицензия
- MIT
Опубликован 1 ноября 2025 г.
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
Ченджлог
1.1Релиз1.21.10 · 9 ноября 2025 г.
✨ New Features
langoption in the config file to control the language
✅ Fixed Bug
- Unstable initalization
🎁 Plan
- Add rate limit system
- In-game commands
Discovered Elementsmenu and remember element recipies
1.0Бета1.21.10 · 9 ноября 2025 г.
✨ New Features
- ELEMENT SYSTEM!
- ELEMENT SYSTEM!
- Element Catchers
- Element Discovering
- Basic Elements:
Earth,Fire,Water,Wind
- Better Prompt Generation
💥 Fixed Bugs
- If the player leave when crafting result is generated, the loot will always in the Overworld
- Fixed Arrow Progress(kinda)
🎁 Plan
- Add rate limit system
- In-game commands
Discovered Elementsmenu and remember element recipies
0.2.0-SNAPSHOTАльфа1.21.10 · 1 ноября 2025 г.
AI: Allow Gemeni and Ollama(but currently cannot config)
- this is an alpha version without rate limits, so please make sure the player on your server won't spam crafting!
Комментарии
Загружаем…