Language

Infinite Craft

Infinite Craft

Modrinth

AI-Powered Crafting, create anything using a crafting table! | my first mod!

1.2k downloads 7 followers updated 7mo ago
Modrinth
Fabric 1.21.10 – 1.21.10 CursedGame-mechanics

Infinite Craft Mod

简体中文
繁體中文
français

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

  1. Download this mod from Modrinth or Github
  2. Use it in Minecraft 1.21.10 with Fabric & Fabric API
  3. Create config/InfiniteCraft.json and launch the game
  4. Close the game and put your api key to "gemini"."api_key" in config/InfiniteCraft.json
  5. Set "gemini"."model" to gemini-2.5-flash
  6. 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

  1. AI-assisted crafting

    • Uses Google Gemini AI API to process item crafting
    • Supports dynamically generating new items and crafting recipes
    • Generates intelligent crafting results
  2. Configuration

    • Configure AI API keys via a JSON config file
    • Config file location: config/InfiniteCraft.json
  3. Vanillaify

    • Craft a Vanillaify item using this recipe:
      Vanillaify Recipe
    • Combine it with other items in the crafting table
  4. 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:
      Element Catcher
    • And you can crafting new elements/items with the element!

Versions

No version history available. Use the Download button to get the latest from the source.

Comments 0

No comments yet. Be the first to share your thoughts.

Download Infinite Craft

Files are served directly from the original source. Modgrid does not host or modify them.