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")
}