Home - TeamAOF/Artis GitHub Wiki

Welcome to the Artis wiki!

Maven metadata URL

Artis is a mod that allows for data-driven creation of custom crafting tables for modpacks. Each table can have a grid of any dimensions from 1x1 to 9x9, and includes a catalyst slot for other ingredients like tool durability, energy from a battery, or whatever else a pack might desire. It is currently in development.

Importing

Artis is available on the Cotton maven. To import it:

repositories {
	maven { url "http://server.bbkr.space:8081/artifactory/libs-release" }
}

dependencies {
	<...>
	modApi "io.github.alloffabric:Artis:<version>"
}
⚠️ **GitHub.com Fallback** ⚠️