← Назад к ресурсам

XP From Harvest Reworked

The original XP From Harvest updated!

Modrinth game-mechanics

Описание

# XP From Harvest ### Get XP from harevsting crops! . ## Configuration: In single this mod is configurable via mods config menu. On server it's configured with config file /config/xpfromharvest.cfg. ## Options: - 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 - (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. - 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. You can see an example of info I got from XL Food Mod plants below. ⠀ ## Examples: ``` "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]"] ``` ## Modpacks: You're free to include this mod in any free modpack :P ## Bonus: Configs for various mods and MC versions can be found [here](https://github.com/Real-Gecko/XPFromHarvest-Configs). ## Credits: - [Forge_User_61020098](https://legacy.curseforge.com/members/Forge_User_61020098/projects) for the config for Pam's Harvest Craft 2. - [RealGecko](https://legacy.curseforge.com/members/ReaIGecko/projects) for the original mod.