About Infinicraft

Infinicraft is a mod originally made by Blucubed as a simple video concept. In short, it adds everything to Minecraft. By editing the nbt data of pre-configured blocks and items, along with the power of large learning models and pixel art generators, two items can be combined to make something completely new. The only limit: your imagination! ... Ok and maybe some functionality. The mod can't program new behavior.

If you have any questions, or would just like to hangout with the devs, join the Discord server!

Join our Discord Server

Mod Setup

IMPORTANT: THIS MOD IS IN A BETA DEVELOPMENT BUILD! IF YOU AREN'T FAMILIAR WITH PROGRAMMING/MODDING CONCEPTS, IT IS RECOMMENDED TO WAIT FOR A STABLE RELEASE BUILD.

To get started with Infinicraft:

  1. Download the mod's jar
  2. Install required dependencies:
    • OWO lib
    • Mod Menu
  3. Configure through Mod Menu:
    • Click 'Mods' while on the main menu
    • Select 'Infinicraft'
    • Click the sliders icon in top right
Note: THERE ISN'T A DEDICATED PUBLIC SERVER YET, SO IT'S ACTUALLY JUST SET TO LOCALHOST BUT THERE WILL BE ONE EVENTUALLY!!!

Personal Server Setup (DEV SAVVY'S ONLY!)

  1. Install Ollama and llama3
  2. Download the infinicraft-server folder
  3. Change any setting needed inside the server python script
  4. Run the server python script
  5. Server will run on port 17707 by default (configurable in script)

How It Works

The mod has two items: infinicraft:infinite and infinicraft:infinicrafter. The first acts as a "universal item" and can take on any texture. It's nbt data for allows modification to its behavior. Textures are stored in a 256-length array of integers representing colors (in decimal form) of a 16x16 sprite, with -1 representing transparency. The infinicrafter block takes two items and attempts to find a cached recipe for them. If a recipe is not cached, the mod sends a request to an Infinicraft server (configurable) and adds the new item into items.json. Then it sends another request to generate a texture for the item with BitRoss.

What Are We Working On Right Now?

Check out or to do list!

View The Trello Board

Credits

Blucubed

Original mod base

Chara

BitRoss, our item art generator, built from the ground up using open-source data. (Had a tad bit of help from Brian Dean, too)

timaaos

Deprecated fork (originally integrated script into mod)

PatelRahil

A few tooltips

Brian Dean Ullery (NonzeroCornet34)

Literally everything since v1.0.3

YOU???

This mod is open-source! Come help us out!!!