Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
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