RealityAnomaly / frame-fabric

A Minecraft API for Modding Playground

Home Page:https://moddingplayground.net/frame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Minecraft API for Modding Playground

https://moddingplayground.net/frame

License:MIT License


Languages

Language:Java 100.0%