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
New Features & Additions
- Added native KubeJS Integration. You can now register new Material Cows via server scripts using
ProductiveCowsEvents.registerCowswith a fluent builder syntax. - Added the
baseYieldparameter (orbase_yieldin 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 simplerdata/<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
/reloadcommand 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.