A Library that add static item renderer and custom particle made for StationAPI
A Library that add static item renderer and custom particle made for StationAPI
A Optional Requirement for Campfire-StationAPI
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")
}