Provide server-side function for IMyFarmPlotLogic to plant seeds from a given inventory

SKO 85 shared this feedback 9 hours ago
Not Enough Votes

I am trying to add a function to my mod to plant seeds to Farm Plots server-side. Currently the calls IMyFarmPlotLogic.PlantSeed(...) only works with the players inventory.


For harvesting there is already a call IMyFarmPlotLogic.Harvest(...) which has the possibility to provide a given IMyInventory to harvest the Farm Plot server-side and place the items in the given inventory.


Such function, but for planting, would be very welcome too.


There are lots of players who are requesting automation on re-planting seeds in the farm plots. Harvesting is not an issue as they can engineer this with collectors or mod this with server-side calls.


It would be great if the next update can include a server-side call to plant a specific seed into the farm plot and get the seed from a given inventory instead of the player's inventory. That way we can create checks in our mod to monitor the farm plots and plant new seeds when they are not growing anything.


Kind regards,

SKO85

Leave a Comment
 
Attach a file