Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 928 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 928 Bytes

Artifice

Discord Latest Commit

A library mod for Minecraft 1.15+, for programmatically generated resource files.

Installation:

repositories {
    maven { url = "https://maven.siphalor.de" }
}

dependencies {
  modImplementation "io.github.vampirestudios:artifice:0.40.0+build.1-1.19.3-EXPERIMENTAL"
  include "io.github.vampirestudios:artifice:0.40.0+build.1-1.19.3-EXPERIMENTAL"
}