Unofficial site, not affiliated with modrinth.com.What is this?
Моды/FarnUtil
FarnUtil

FarnUtil

A Library that add some staff for use in my personal mod made for StationAPI

382
0

A Library that add some staff to use on my personal mod for StationAPI

A Requirement for Campfire-StationAPI

Feature

  • Item Action Ability from Adventure update + some extra function related to it
  • Static Item Renderer for Item Entity
  • Custom Particle (Better support for transparent particle than vanilla, doesn't look weird on cloud, fog and water)
  • Custom animation boolean flag for EntityModel class
  • RenderWorldLast Hook (Based on Forge, use by Custom Particle)

Implement to your project

Add modrinth to your settings.gradle

repositories {
    exclusiveContent {
        forRepository {
            maven {
                name = "Modrinth"
                url = "https://api.modrinth.com/maven"
            }
        }
        forRepositories(fg.repository) // Only add this if you're using ForgeGradle, otherwise remove this line
        filter {
            includeGroup "maven.modrinth"
        }
    }
}

Then implement it to build.gradle via modImplementation

dependencies {
	 modImplementation("maven.modrinth:farnutil:3.5.2-babric-b1.7.3")
}

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

Minecraft: Java Edition

b1.7.3

Платформы

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

Клиент

Создатели

Детали

Лицензия:MIT
Опубликован:3 месяца назад
Обновлён:2 дня назад
Главная