AgriCraft

AgriCraft

30M Downloads

Fire Forge events for crops

CodesCubesAndCrashes opened this issue ยท 3 comments

commented

To do

  • Look up event spawning references and practices.
  • Find which events are relevant.
  • ...

Potential Events

  • BlockEvent.CropGrowEvent
  • BlockEvent.HarvestCropsEvent
  • CropPlantedEvent (AgriCraft's own)
  • EntityEvent.LivingEvent.PlayerEvent.BonemealEvent (Not our responsibility, I suspect.)
  • HarvestCheck in PlayerEvent?

Links

commented

It would be neat if the 1.12.2 had those events

commented

I suggest extending the CropGrowEvent and HarvestCropsEvent with two new events in the API, to also pass the ICrop object, and fire these instead.

commented

Such events will be in 1.16 rewrite.