A Library that add some interesting api for StationAPI while still allowed player to join vanilla server
Feature
- Alternative to Vanilla Entity's Data Tracker that use String key instead of 0-31 key
- Item Action Ability from Adventure update + some extra function related to it
- Basic API for dungeon like adding loot and monster
- 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"
}
}
filter {
includeGroup "maven.modrinth"
}
}
}
Then implement it to build.gradle via modImplementation
dependencies {
modImplementation("maven.modrinth:farnutil:3.6.9-babric-b1.7.3")
}
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: b1.7.3
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as FarnUtil-3.6.9-babric.jar — drop this file into the mods folder
- Download size: 107 KB
- Download link checked 31 Aug 2026 — working
These come from our own check of the pack file, not from the source page.
