FarnUtil
ModMIT

FarnUtil

A Library that add static item renderer and custom particle made for StationAPI

126
Downloads
0
Followers
2 months ago
Updated
📦
16
Versions

📖About FarnUtil

A Library that add static item renderer and custom particle made for StationAPI

A Optional Requirement for Campfire-StationAPI

Implementation 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.1-b1.7.3")
}