/frame-fabric

A Minecraft API for Modding Playground

Primary LanguageJavaMIT LicenseMIT

frame

usage

repositories {
  maven {
    name = "Modding Playground"
    url  = "https://raw.githubusercontent.com/moddingplayground/maven/main/"
  }

  // if using frame-config
  maven {
    name = "Shedaniel"
    url  = "https://maven.shedaniel.me/"
  }
}

dependencies {
  modImplementation "net.moddingplayground.frame:frame-fabric:${FRAME VERSION}"
}

license

This project's code is licensed under MIT, and assets are licensed under ARR. If you would like clarification or explicit permission, contact us on Discord.