XP From Harvest

Quick rating

Community listing page, reviews here may not be monitored by the author.

XP From Harvest

By RealGeckoOwner

No reviews yet

Literally harvest XP.

Cozy
No Genre
Mod Loaders
Forge
NeoForge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Server Only

Runs entirely on the server. Also works in singleplayer.

About

Project Details

Type
Mod
License
GNU Lesser General Public License v3.0 only
Latest Version
XPFromHarvest-1.21.4-1.2.2-neo-forge.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Killing? XP! Breeding? XP! Fishing? XP! Smelting? XP! Cooking? XP! Trading? XP! Mining? TONS OF XP!!!

Crop harvesting? No XP :(

There's a solution!

MAGIC OF PROGRAMMING

There you go! Now you can literally harvest XP.

You're welcome :D

Usage:

This mod is only required on server, however you can still use it in single.

Bonus feature (off by default):

Right clicking mature crop will harvest and replant it immediately (just like with SimpleHarvest mod), and of course will give you XP.

Configuration:

In single this mod is configurable via mods config menu. On server it's configured with config file <MC_ROOT_FOLDER>/config/xpfromharvest.cfg.

Configuration options include:

  • Chance: % chance of XP orb spawning.
  • Amount: amount of XP given.
  • Simple Harvest: - enable SimpleHarvest like functionality (can be toggled dynamically in single).
  • Crops List: list of crops that can be processed by the mod with their ages
  • Curiosity: curiosity mode, for debugging purposes, sneak right click on a crop to get a chat message with info about it. This info can be put directly into config. Here is an example of info I got from XL Food Mod plants.
    S:"Crops List" <
        minecraft:potatoes[age=7]
        minecraft:carrots[age=7]
        minecraft:wheat[age=7]
        minecraft:beetroots[age=3]
        minecraft:nether_wart[age=3]
        xlfoodmod:pepper_plant[age=7]
        xlfoodmod:cucumber_plant[age=7]
        xlfoodmod:rice_plant[age=7]
        xlfoodmod:corn_plant[age=7]
        xlfoodmod:lettuce_plant[age=7]
        xlfoodmod:tomato_plant[age=7]
        xlfoodmod:strawberry_plant[age=7]
        xlfoodmod:corn_plant[age=7]
     >

Beware that for version 1.14.4 and up config format is changed:

"Crops List" = ["Block{minecraft:potatoes}[age=7]", "Block{minecraft:carrots}[age=7]", "Block{minecraft:wheat}[age=7]", "Block{minecraft:beetroots}[age=3]", "Block{minecraft:nether_wart}[age=3]", "Block{xlfoodmod:strawberry_plant}[age=7]", "Block{xlfoodmod:tomato_plant}[age=7]", "Block{xlfoodmod:lettuce_plant}[age=7]", "Block{xlfoodmod:cucumber_plant}[age=7]", "Block{xlfoodmod:corn_plant}[age=7]", "Block{xlfoodmod:pepper_plant}[age=7]"]

Installation:

Install Forge, put mod inside mods directory... you know...

MODPACKS:

You're free to include this mod in any modpack if it's free to use :P

BONUS:

Configs for various mods and MC versions can be found here:

https://github.com/Real-Gecko/XPFromHarvest-Configs

Credits:

Forge_User_61020098: Config for Pam's Harvest Craft 2

Minecraft be like

  • Killing? XP!
  • Breeding? XP!
  • Fishing? XP!
  • Smelting? XP!
  • Cooking? XP!
  • Trading? XP!
  • Mining? TONS OF XP!!!
  • Crop harvesting? No XP :(

There's a solution!

MAGIC OF PROGRAMMING

There you go! Now you can literally harvest XP.

You're welcome :D

Usage

This mod is only required on server, however you can still use it in single.

Bonus feature (off by default)

Right clicking mature crop will harvest and replant it immediately (just like with SimpleHarvest mod), and of course will give you XP.

Configuration

In single this mod is configurable via mods config menu. On server it's configured with config file <MC_ROOT_FOLDER>/config/xpfromharvest-common.toml.

Configuration options include:

  • Chance: % chance of XP orb spawning.
  • Amount: amount of XP given.
  • Simple Harvest: - enable SimpleHarvest like functionality (can be toggled dynamically in single).
  • Crops List: list of crops that can be processed by the mod with their ages
  • Curiosity: curiosity mode, for debugging purposes, sneak right click on a crop to get a chat message with info about it. This info can be put directly into config. Here is an example of info I got from XL Food Mod plants.
    S:"Crops List" <
        minecraft:potatoes[age=7]
        minecraft:carrots[age=7]
        minecraft:wheat[age=7]
        minecraft:beetroots[age=3]
        minecraft:nether_wart[age=3]
        xlfoodmod:pepper_plant[age=7]
        xlfoodmod:cucumber_plant[age=7]
        xlfoodmod:rice_plant[age=7]
        xlfoodmod:corn_plant[age=7]
        xlfoodmod:lettuce_plant[age=7]
        xlfoodmod:tomato_plant[age=7]
        xlfoodmod:strawberry_plant[age=7]
        xlfoodmod:corn_plant[age=7]
     >

Beware that for version 1.14.4 and up config format is changed:

"Crops List" = [
  "Block{minecraft:potatoes}[age=7]",
  "Block{minecraft:carrots}[age=7]",
  "Block{minecraft:wheat}[age=7]",
  "Block{minecraft:beetroots}[age=3]",
  "Block{minecraft:nether_wart}[age=3]",
  "Block{xlfoodmod:strawberry_plant}[age=7]",
  "Block{xlfoodmod:tomato_plant}[age=7]",
  "Block{xlfoodmod:lettuce_plant}[age=7]",
  "Block{xlfoodmod:cucumber_plant}[age=7]",
  "Block{xlfoodmod:corn_plant}[age=7]",
  "Block{xlfoodmod:pepper_plant}[age=7]"
]

Installation

Install Forge/NeoForge, put mod inside mods directory... you know...

MODPACKS

You're free to include this mod in any modpack if it's free to use :P

BONUS

Configs for various mods and MC versions can be found here:

https://github.com/Real-Gecko/XPFromHarvest-Configs

Credits

Forge_User_61020098: Config for Pam's Harvest Craft 2

Screenshots

Gallery

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
1
In stacks

By the numbers

Statistics

21.1m
Total Downloads
CurseForge
21.1m
Modrinth
~46,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works