Gentle Harvest

Automatically replants crops.

File Details

Gentle Harvest Build 6

  • R
  • Jun 6, 2016
  • 4.29 KB
  • 502
  • 1.9

File Name

Gentle_Harvest_1.9_b6.jar

Supported Versions

  • 1.9

- Did some minor adjustments, to be compatible with Forge build 1907.
- Not harvesting a plant that returns nothing from getItem() anymore. Should prevent harvesting of thing that aren't meant to be replanted.
  getItem() is a bit of a workaround, since it by default returns an itemstack of getSeed(), which is what I actually want. (Who made that protected?)