Download FireFrame — Minecraft Mods — MetaMods

FireFrame

Active

Downloads

0

Last update

2 years ago

Versions

1.19.3
Client and server
Quilt
Game mechanics
Libraries

FireFrame

Automatic Item Ignition

This library introduces a new heat_item tag to the game, allowing you to designate specific items as flammable. When a player picks up any item from this list in either hand (main or off-hand), their character instantly bursts into flames!

Project Integration

To use this library in your own mod, add the following dependencies to your build configuration:

Local Library:

repositories {
  flatDir {
    dirs 'libs'
  }
}

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

Via Modrinth Maven:

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

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

Oganesson897

Developer

Created: 25 Feb 2023

ID: 22372