Compatibility
Minecraft: Java Edition
b1.7.3
Platforms
Supported environments
Client and server
Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
A Library that add some staff to use on my personal mod for StationAPI
A Optional Requirement for Campfire-StationAPI
Feature
- Item Action Ability from Adventure update + some extra function related to it
- Static Item Renderer
- Custom Particle
- Custom flag for EntityModel class
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.3.2-babric-b1.7.3")
}


