Skip to main content

Getting Started

tip

Before reading this document, you should have the following knowledge:

  1. Proficiency in Java
  2. Familiarity with Minecraft mod development

Ayame's JavaDoc and modularity make it easy for you to develop add-ons for it.

Configuring Dependencies

To import Ayame into your project for creating extensions, add the following to your build.gradle:

build.gradle
repositories {
maven {
name = 'Ayame Maven Repo'
url 'https://maven.ayamemc.org/'
}
}