FireFrame

FireFrame

Mod

A lib mod for my other projects.

Client and server Game MechanicsLibrary

54 downloads
0 followers
Createda year ago
Updateda year ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

Add a new tag:heat_item. You can write items to this tag. When you take these items in you hand(off or main). You will catch fire!

then if you need add this lib to your project. you can see the example

repositories {
  flatDir {
    dirs 'libs'
  }
}

dependensies {
  modApi include ("libs:FireFrame-1.0.0:1.19.3")
}

or use the Modrinth Maven

repositories {
  maven {
       name = "Modrinth"
       url = "https://api.modrinth.com/maven"
  }
}

dependensies {
  modApi include ("maven.modrinth:fireframe")
}

External resources



Project members

Oganesson897

Owner


Technical information

License
AGPL-3.0-only
Client side
required
Server side
required
Project ID