Fertilizer

Is there any way to prevent land from consuming fertilizers without affecting their effectiveness?

Hi mate, using the hook OnItemUse you can check if the item used is Fertilizer, and then if you get the container of that item, you could refund the used fertilizer (I would suggest in the next frame or after .2 seconds etc). That way the plant gets the benefit of fertilizer and the planter "doesn't use" fertilizer. Not sure if that makes sense.. but yep its possible.

Miji

Hi mate, using the hook OnItemUse you can check if the item used is Fertilizer, and then if you get the container of that item, you could refund the used fertilizer (I would suggest in the next frame or after .2 seconds etc). That way the plant gets the benefit of fertilizer and the planter "doesn't use" fertilizer. Not sure if that makes sense.. but yep its possible.

 

thanks