Harvest
Adds right click crop harvesting that is configurable via a JSON file.
As of build 1.0.1-7 for 1.9.4 and above, this mod is not required on the clientside. The only missing feature will be the player's arm swinging after harvesting a crop.
Default Config
This is the default config for 1.13 and above for both Forge and Fabric. For 1.12 and below, check the README on Github.
{
"exhaustionPerHarvest": 0.005,
"additionalLogging": true,
"crops": [
{
"block": "minecraft:wheat",
"states": {
"age": "7"
}
},
{
"block": "minecraft:nether_wart",
"states": {
"age": "3"
}
},
{
"block": "minecraft:carrots",
"states": {
"age": "7"
}
},
{
"block": "minecraft:potatoes",
"states": {
"age": "7"
}
},
{
"block": "minecraft:beetroots",
"states": {
"age": "3"
}
}
]
}
Additional Configuration
In order for Harvest to support a crop, it must be able to find a seed in it's drop list. To specify new types of seeds, use a data pack to define new seed items in the harvest:seeds
item tag.
FAQ
- Is Fortune accounted for?
Yes. The Fortune value is pulled from the item in your main hand.
Developers
If your crop requires special harvest handling, you can register a custom IReplantHandler
for it through Harvest.CUSTOM_HANDLERS
.
1.16.5 ?
In reply to alfatokita:
It works
Using this in 1.16.4 and it's great. Thank you!
In reply to nbracery:
does it work clientside only?
In reply to sadindianboi:
I'm using it on both server and client. I didn't configure anything, it just works.
Could you please add support for 1.16.4?
In reply to daequanisdabeststreamer:
Correct me if I'm wrong, but I believe most 1.16.1 Fabric mods are compatible with 1.16.4
In reply to korney_kooloo:
This should be true for most mods that do not change world generation. Biomes, and other world gen stuff, got changes in 1.16.2 that broke mods that added such features.
In reply to korney_kooloo:
Any plans on adding client-side support?
Does this work on realms?
In reply to sumrndmpenguin:
Realms don't support any mods.
Is there a 1.16.4 forge version?
In reply to pikachu50001218:
Quark has that function built in, just diasable everything else and boom right click harvest forge
In reply to mxcrider:
Thanks, I hadn't realized this made my life a lot easier.
In reply to andyxx246:
No problem, Played with a lot of mods, hit me up when you need help again :P
In reply to mxcrider:
cool, now I know to get quark to replace this one on my list. Do you know any mods for 1.16.5 that improve/add to minecraft enchanting at all? I only know of enchanting plus which is stuck in 1.12. Dx
In reply to RecaWronghouse:
Hmm, you could use a magic mod. but there is also this, Wonderful Enchnamtments (https://www.curseforge.com/minecraft/mc-mods/wonderful-enchantments) Idk if you just want more enchnatments or an overhaul for the system :D
Waiting for 1.16.4
does it work client side on a server?