▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/FireFrame
FireFrame

FireFrame

A lib mod for my other projects.

155
0

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

Совместимость

Minecraft: Java Edition

1.19.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Детали

Лицензия:AGPL-3.0-only
Опубликован:3 года назад
Обновлён:3 года назад
Главная