Minetest mod to harvest & replant crops with one right-click.
Go to file
Nils Dagsson Moskopp 92d1671079
+ Fix seed dupe
Before this patch, the result of the old on_place function (most likely
an itemstack) would not be returned by the new on_place function due to
a missing return statement. This meant that with this mod players could
plant seeds without the seed item's count in their hand becoming lower.
2023-09-10 14:25:30 +02:00
LICENSE Initial import 2022-05-07 14:22:54 +02:00
README Initial import 2022-05-07 14:22:54 +02:00
init.lua + Fix seed dupe 2023-09-10 14:25:30 +02:00
mod.conf Initial import 2022-05-07 14:22:54 +02:00
screenshot.png Initial import 2022-05-07 14:22:54 +02:00

README

This mod allows players to harvest a crop and plant the item the player is holding with a single right-click.

It supports the following crops from mcl_farming and mcl_nether:

* Beetroot
* Carrot
* Potato
* Wheat
* Nether Wart

I have tested it with Mineclonia, so it should work with MineClone2 or MineClone5.