Productive Cows

Farm your resources with COWS!

File Details

productivecows-1.21.1-1.0.2.jar

  • R
  • May 28, 2026
  • 314.27 KB
  • 18
  • 1.21.1
  • NeoForge

File Name

productivecows-1.21.1-1.0.2.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:productive-cows-1554716:8158436"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

New Features & Additions

  • Added native KubeJS Integration. You can now register new Material Cows via server scripts using ProductiveCowsEvents.registerCows with a fluent builder syntax.
  • Added the baseYield parameter (or base_yield in JSON) to customize the exact amount of fluid produced by each cow.

Changes & Fixes

  • Changed the custom cow JSON datapack directory from data/<namespace>/material_cows/ to the simpler data/<namespace>/cows/.
  • Fixed a server crash (IllegalStateException) on shutdown caused by the NeoForge Config system.
  • Improved KubeJS / Datapack Client-Server Sync: Cows generated dynamically or via the /reload command are now instantly synced to all connected clients without requiring them to reconnect.
  • Updated README with new documentation and setup examples for JSON datapacks and KubeJS scripts.